Shades of Inch Worm #BBE302
Tints of Inch Worm #BBE302
RGB
CMYK
RGB Variations
Color information
#BBE302 (or 0xBBE302) is known color: Inch Worm. HEX triplet: BB, E3 and 02. RGB value is (187,227,2). Sum of RGB (Red+Green+Blue) = 187+227+2=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 227 (89.06% from 255 or 54.57% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE302 is #441CFD. Grayscale: #BEBEBE. Windows color (decimal): -4463870 or 189371. OLE color: 189371.
HSL color Cylindrical-coordinate representation of color #BBE302: hue angle of 70.67º 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 #BBE302 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.11 |
| HSL | 70.67º | 0.98% | 0.45% | - |
| HSV(B) | 70.67º | 0.99% | 0.89% | - |
| XYZ | 47.97 | 65.51 | 10.17 | - |
| YUV | 189.39 | 22.25 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 2 | 0.18 | 0 | 0.99 | 0.11 | 70.67 | 0.98 | 0.45 |
| Hex | BB | E3 | 2 | 12 | 0 | 63 | B | 47 | 62 | 2D |
| Octal | 273 | 343 | 2 | 22 | 0 | 143 | 13 | 107 | 142 | 55 |
| Binary | 10111011 | 11100011 | 10 | 10010 | 0 | 1100011 | 1011 | 1000111 | 1100010 | 101101 |
Color Harmonies of #BBE302
Complementary color
Monochromatic Colors of #BBE302
Black with #BBE302
Text Example
Text Example
White with #BBE302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE302; }
p { color: rgb(187,227,2); }
H1.HeaderClassName
{
color: #BBE302;
}
.AnyTagClassName
{
color: #BBE302;
}
</style>
background-color css
<style>
a { background-color: #BBE302; }
a { background-color: rgb(187,227,2); }
div.DivClassName
{
background-color: #BBE302;
}
.BgClassName
{
background-color: #BBE302;
}
</style>
border-color css
<style>
span { border-color: #BBE302; }
span { border-color: rgb(187,227,2); }
td.TdClassName
{
border-color: #BBE302;
}
.TagClassName
{
border-color: #BBE302;
}
</style>