Shades of Inch Worm #BBE80F
Tints of Inch Worm #BBE80F
RGB
CMYK
RGB Variations
Color information
#BBE80F (or 0xBBE80F) is known color: Inch Worm. HEX triplet: BB, E8 and 0F. RGB value is (187,232,15). Sum of RGB (Red+Green+Blue) = 187+232+15=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 232 (91.02% from 255 or 53.46% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE80F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBE80F is #4417F0. Grayscale: #C2C2C2. Windows color (decimal): -4462577 or 1042619. OLE color: 1042619.
HSL color Cylindrical-coordinate representation of color #BBE80F: hue angle of 72.44º degrees, saturation: 0.88, 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 #BBE80F is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 15 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.09 |
| HSL | 72.44º | 0.88% | 0.48% | - |
| HSV(B) | 72.44º | 0.94% | 0.91% | - |
| XYZ | 49.44 | 68.31 | 11.03 | - |
| YUV | 193.81 | 27.09 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 15 | 0.19 | 0 | 0.94 | 0.09 | 72.44 | 0.88 | 0.48 |
| Hex | BB | E8 | F | 13 | 0 | 5E | 9 | 48 | 58 | 30 |
| Octal | 273 | 350 | 17 | 23 | 0 | 136 | 11 | 110 | 130 | 60 |
| Binary | 10111011 | 11101000 | 1111 | 10011 | 0 | 1011110 | 1001 | 1001000 | 1011000 | 110000 |
Color Harmonies of #BBE80F
Complementary color
Monochromatic Colors of #BBE80F
Black with #BBE80F
Text Example
Text Example
White with #BBE80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE80F; }
p { color: rgb(187,232,15); }
H1.HeaderClassName
{
color: #BBE80F;
}
.AnyTagClassName
{
color: #BBE80F;
}
</style>
background-color css
<style>
a { background-color: #BBE80F; }
a { background-color: rgb(187,232,15); }
div.DivClassName
{
background-color: #BBE80F;
}
.BgClassName
{
background-color: #BBE80F;
}
</style>
border-color css
<style>
span { border-color: #BBE80F; }
span { border-color: rgb(187,232,15); }
td.TdClassName
{
border-color: #BBE80F;
}
.TagClassName
{
border-color: #BBE80F;
}
</style>