Shades of Inch Worm #BBE402
Tints of Inch Worm #BBE402
RGB
CMYK
RGB Variations
Color information
#BBE402 (or 0xBBE402) is known color: Inch Worm. HEX triplet: BB, E4 and 02. RGB value is (187,228,2). Sum of RGB (Red+Green+Blue) = 187+228+2=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 228 (89.45% from 255 or 54.68% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE402 is #441BFD. Grayscale: #BEBEBE. Windows color (decimal): -4463614 or 189627. OLE color: 189627.
HSL color Cylindrical-coordinate representation of color #BBE402: hue angle of 70.88º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBE402 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.11 |
| HSL | 70.88º | 0.98% | 0.45% | - |
| HSV(B) | 70.88º | 0.99% | 0.89% | - |
| XYZ | 48.25 | 66.06 | 10.26 | - |
| YUV | 189.98 | 21.92 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 2 | 0.18 | 0 | 0.99 | 0.11 | 70.88 | 0.98 | 0.45 |
| Hex | BB | E4 | 2 | 12 | 0 | 63 | B | 47 | 62 | 2D |
| Octal | 273 | 344 | 2 | 22 | 0 | 143 | 13 | 107 | 142 | 55 |
| Binary | 10111011 | 11100100 | 10 | 10010 | 0 | 1100011 | 1011 | 1000111 | 1100010 | 101101 |
Color Harmonies of #BBE402
Complementary color
Monochromatic Colors of #BBE402
Black with #BBE402
Text Example
Text Example
White with #BBE402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE402; }
p { color: rgb(187,228,2); }
H1.HeaderClassName
{
color: #BBE402;
}
.AnyTagClassName
{
color: #BBE402;
}
</style>
background-color css
<style>
a { background-color: #BBE402; }
a { background-color: rgb(187,228,2); }
div.DivClassName
{
background-color: #BBE402;
}
.BgClassName
{
background-color: #BBE402;
}
</style>
border-color css
<style>
span { border-color: #BBE402; }
span { border-color: rgb(187,228,2); }
td.TdClassName
{
border-color: #BBE402;
}
.TagClassName
{
border-color: #BBE402;
}
</style>