Shades of Inch Worm #BBE80B
Tints of Inch Worm #BBE80B
RGB
CMYK
RGB Variations
Color information
#BBE80B (or 0xBBE80B) is known color: Inch Worm. HEX triplet: BB, E8 and 0B. RGB value is (187,232,11). Sum of RGB (Red+Green+Blue) = 187+232+11=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 232 (91.02% from 255 or 53.95% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBE80B is #4417F4. Grayscale: #C2C2C2. Windows color (decimal): -4462581 or 780475. OLE color: 780475.
HSL color Cylindrical-coordinate representation of color #BBE80B: hue angle of 72.22º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBE80B is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 11 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.09 |
| HSL | 72.22º | 0.91% | 0.48% | - |
| HSV(B) | 72.22º | 0.95% | 0.91% | - |
| XYZ | 49.41 | 68.3 | 10.9 | - |
| YUV | 193.35 | 25.09 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 11 | 0.19 | 0 | 0.95 | 0.09 | 72.22 | 0.91 | 0.48 |
| Hex | BB | E8 | B | 13 | 0 | 5F | 9 | 48 | 5B | 30 |
| Octal | 273 | 350 | 13 | 23 | 0 | 137 | 11 | 110 | 133 | 60 |
| Binary | 10111011 | 11101000 | 1011 | 10011 | 0 | 1011111 | 1001 | 1001000 | 1011011 | 110000 |
Color Harmonies of #BBE80B
Complementary color
Monochromatic Colors of #BBE80B
Black with #BBE80B
Text Example
Text Example
White with #BBE80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE80B; }
p { color: rgb(187,232,11); }
H1.HeaderClassName
{
color: #BBE80B;
}
.AnyTagClassName
{
color: #BBE80B;
}
</style>
background-color css
<style>
a { background-color: #BBE80B; }
a { background-color: rgb(187,232,11); }
div.DivClassName
{
background-color: #BBE80B;
}
.BgClassName
{
background-color: #BBE80B;
}
</style>
border-color css
<style>
span { border-color: #BBE80B; }
span { border-color: rgb(187,232,11); }
td.TdClassName
{
border-color: #BBE80B;
}
.TagClassName
{
border-color: #BBE80B;
}
</style>