Shades of Inch Worm #BBE01C
Tints of Inch Worm #BBE01C
RGB
CMYK
RGB Variations
Color information
#BBE01C (or 0xBBE01C) is known color: Inch Worm. HEX triplet: BB, E0 and 1C. RGB value is (187,224,28). Sum of RGB (Red+Green+Blue) = 187+224+28=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 224 (87.89% from 255 or 51.03% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE01C is #441FE3. Grayscale: #BFBFBF. Windows color (decimal): -4464612 or 1892539. OLE color: 1892539.
HSL color Cylindrical-coordinate representation of color #BBE01C: hue angle of 71.33º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBE01C is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 28 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.12 |
| HSL | 71.33º | 0.78% | 0.49% | - |
| HSV(B) | 71.33º | 0.88% | 0.88% | - |
| XYZ | 47.36 | 63.96 | 10.95 | - |
| YUV | 190.59 | 36.24 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 28 | 0.17 | 0 | 0.88 | 0.12 | 71.33 | 0.78 | 0.49 |
| Hex | BB | E0 | 1C | 11 | 0 | 58 | C | 47 | 4E | 31 |
| Octal | 273 | 340 | 34 | 21 | 0 | 130 | 14 | 107 | 116 | 61 |
| Binary | 10111011 | 11100000 | 11100 | 10001 | 0 | 1011000 | 1100 | 1000111 | 1001110 | 110001 |
Color Harmonies of #BBE01C
Complementary color
Monochromatic Colors of #BBE01C
Black with #BBE01C
Text Example
Text Example
White with #BBE01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE01C; }
p { color: rgb(187,224,28); }
H1.HeaderClassName
{
color: #BBE01C;
}
.AnyTagClassName
{
color: #BBE01C;
}
</style>
background-color css
<style>
a { background-color: #BBE01C; }
a { background-color: rgb(187,224,28); }
div.DivClassName
{
background-color: #BBE01C;
}
.BgClassName
{
background-color: #BBE01C;
}
</style>
border-color css
<style>
span { border-color: #BBE01C; }
span { border-color: rgb(187,224,28); }
td.TdClassName
{
border-color: #BBE01C;
}
.TagClassName
{
border-color: #BBE01C;
}
</style>