Shades of Inch Worm #BBE80D
Tints of Inch Worm #BBE80D
RGB
CMYK
RGB Variations
Color information
#BBE80D (or 0xBBE80D) is known color: Inch Worm. HEX triplet: BB, E8 and 0D. RGB value is (187,232,13). Sum of RGB (Red+Green+Blue) = 187+232+13=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 232 (91.02% from 255 or 53.70% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBE80D is #4417F2. Grayscale: #C2C2C2. Windows color (decimal): -4462579 or 911547. OLE color: 911547.
HSL color Cylindrical-coordinate representation of color #BBE80D: hue angle of 72.33º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBE80D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 13 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.09 |
| HSL | 72.33º | 0.89% | 0.48% | - |
| HSV(B) | 72.33º | 0.94% | 0.91% | - |
| XYZ | 49.42 | 68.31 | 10.96 | - |
| YUV | 193.58 | 26.09 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 13 | 0.19 | 0 | 0.94 | 0.09 | 72.33 | 0.89 | 0.48 |
| Hex | BB | E8 | D | 13 | 0 | 5E | 9 | 48 | 59 | 30 |
| Octal | 273 | 350 | 15 | 23 | 0 | 136 | 11 | 110 | 131 | 60 |
| Binary | 10111011 | 11101000 | 1101 | 10011 | 0 | 1011110 | 1001 | 1001000 | 1011001 | 110000 |
Color Harmonies of #BBE80D
Complementary color
Monochromatic Colors of #BBE80D
Black with #BBE80D
Text Example
Text Example
White with #BBE80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE80D; }
p { color: rgb(187,232,13); }
H1.HeaderClassName
{
color: #BBE80D;
}
.AnyTagClassName
{
color: #BBE80D;
}
</style>
background-color css
<style>
a { background-color: #BBE80D; }
a { background-color: rgb(187,232,13); }
div.DivClassName
{
background-color: #BBE80D;
}
.BgClassName
{
background-color: #BBE80D;
}
</style>
border-color css
<style>
span { border-color: #BBE80D; }
span { border-color: rgb(187,232,13); }
td.TdClassName
{
border-color: #BBE80D;
}
.TagClassName
{
border-color: #BBE80D;
}
</style>