#bad20b color space conversions
Hex:
        #bad20b
        RGB:
        186, 210, 11
        CMY:
        27, 18, 96
        CMYK:
        11, 0, 95, 18
      HSL:
        67°, 90.0452%, 43.3333%
        HSV (HSB):
        67°, 94.7619%, 82.3529%
        XYZ:
        43.3567, 56.5565, 8.9480
        xyY:
        0.3983, 0.5195, 56.5565
      CIE-Lab:
        79.9295, -28.5938, 78.4426
        CIE-LCH:
        79.9295, 83.4916, 110.0277
        CIE-Luv:
        79.9295, -9.3874, 89.1620
        Hunter-Lab:
        75.2040, -28.6980, 45.5883
      #bad20b color charts
#bad20b RGB chart
      #bad20b CMYK chart
      #bad20b RGB pie chart
      #bad20b color shades, tints & tones
#bad20b color schemes
#bad20b color preview, HTML & CSS examples
           This text has a color of #bad20b        
        
          <p style="color:#bad20b;">Text here</p>
        
        
          .mytext {color:#bad20b;}
        
        Text color #bad20b
      
           This box has a color of #bad20b        
        
          <div style="background-color:#bad20b;">Content here</div>
        
        
          .mybackground {background-color:#bad20b;}
        
        Background color #bad20b
      
           Border around this has a color of #bad20b        
        
          <div style="border:2px solid #bad20b;">Content here</div>
        
        
          .myborder {border:2px solid #bad20b;}
        
        Border color #bad20b