Shades of Inch Worm #BBE002
Tints of Inch Worm #BBE002
RGB
CMYK
RGB Variations
Color information
#BBE002 (or 0xBBE002) is known color: Inch Worm. HEX triplet: BB, E0 and 02. RGB value is (187,224,2). Sum of RGB (Red+Green+Blue) = 187+224+2=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 224 (87.89% from 255 or 54.24% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE002 is #441FFD. Grayscale: #BCBCBC. Windows color (decimal): -4464638 or 188603. OLE color: 188603.
HSL color Cylindrical-coordinate representation of color #BBE002: hue angle of 70º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBE002 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.12 |
| HSL | 70º | 0.98% | 0.44% | - |
| HSV(B) | 70º | 0.99% | 0.88% | - |
| XYZ | 47.16 | 63.88 | 9.9 | - |
| YUV | 187.63 | 23.24 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 2 | 0.17 | 0 | 0.99 | 0.12 | 70 | 0.98 | 0.44 |
| Hex | BB | E0 | 2 | 11 | 0 | 63 | C | 46 | 62 | 2C |
| Octal | 273 | 340 | 2 | 21 | 0 | 143 | 14 | 106 | 142 | 54 |
| Binary | 10111011 | 11100000 | 10 | 10001 | 0 | 1100011 | 1100 | 1000110 | 1100010 | 101100 |
Color Harmonies of #BBE002
Complementary color
Monochromatic Colors of #BBE002
Black with #BBE002
Text Example
Text Example
White with #BBE002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE002; }
p { color: rgb(187,224,2); }
H1.HeaderClassName
{
color: #BBE002;
}
.AnyTagClassName
{
color: #BBE002;
}
</style>
background-color css
<style>
a { background-color: #BBE002; }
a { background-color: rgb(187,224,2); }
div.DivClassName
{
background-color: #BBE002;
}
.BgClassName
{
background-color: #BBE002;
}
</style>
border-color css
<style>
span { border-color: #BBE002; }
span { border-color: rgb(187,224,2); }
td.TdClassName
{
border-color: #BBE002;
}
.TagClassName
{
border-color: #BBE002;
}
</style>