Shades of Inch Worm #BBE01D
Tints of Inch Worm #BBE01D
RGB
CMYK
RGB Variations
Color information
#BBE01D (or 0xBBE01D) is known color: Inch Worm. HEX triplet: BB, E0 and 1D. RGB value is (187,224,29). Sum of RGB (Red+Green+Blue) = 187+224+29=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE01D is #441FE2. Grayscale: #BFBFBF. Windows color (decimal): -4464611 or 1958075. OLE color: 1958075.
HSL color Cylindrical-coordinate representation of color #BBE01D: hue angle of 71.38º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBE01D is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 29 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.12 |
| HSL | 71.38º | 0.77% | 0.5% | - |
| HSV(B) | 71.38º | 0.87% | 0.88% | - |
| XYZ | 47.37 | 63.96 | 11.01 | - |
| YUV | 190.71 | 36.74 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 29 | 0.17 | 0 | 0.87 | 0.12 | 71.38 | 0.77 | 0.5 |
| Hex | BB | E0 | 1D | 11 | 0 | 57 | C | 47 | 4D | 32 |
| Octal | 273 | 340 | 35 | 21 | 0 | 127 | 14 | 107 | 115 | 62 |
| Binary | 10111011 | 11100000 | 11101 | 10001 | 0 | 1010111 | 1100 | 1000111 | 1001101 | 110010 |
Color Harmonies of #BBE01D
Complementary color
Monochromatic Colors of #BBE01D
Black with #BBE01D
Text Example
Text Example
White with #BBE01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE01D; }
p { color: rgb(187,224,29); }
H1.HeaderClassName
{
color: #BBE01D;
}
.AnyTagClassName
{
color: #BBE01D;
}
</style>
background-color css
<style>
a { background-color: #BBE01D; }
a { background-color: rgb(187,224,29); }
div.DivClassName
{
background-color: #BBE01D;
}
.BgClassName
{
background-color: #BBE01D;
}
</style>
border-color css
<style>
span { border-color: #BBE01D; }
span { border-color: rgb(187,224,29); }
td.TdClassName
{
border-color: #BBE01D;
}
.TagClassName
{
border-color: #BBE01D;
}
</style>