Shades of Inch Worm #BBE10E
Tints of Inch Worm #BBE10E
RGB
CMYK
RGB Variations
Color information
#BBE10E (or 0xBBE10E) is known color: Inch Worm. HEX triplet: BB, E1 and 0E. RGB value is (187,225,14). Sum of RGB (Red+Green+Blue) = 187+225+14=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 225 (88.28% from 255 or 52.82% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE10E is #441EF1. Grayscale: #BEBEBE. Windows color (decimal): -4464370 or 975291. OLE color: 975291.
HSL color Cylindrical-coordinate representation of color #BBE10E: hue angle of 70.81º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBE10E is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 14 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.12 |
| HSL | 70.81º | 0.88% | 0.47% | - |
| HSV(B) | 70.81º | 0.94% | 0.88% | - |
| XYZ | 47.5 | 64.45 | 10.35 | - |
| YUV | 189.58 | 28.91 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 14 | 0.17 | 0 | 0.94 | 0.12 | 70.81 | 0.88 | 0.47 |
| Hex | BB | E1 | E | 11 | 0 | 5E | C | 47 | 58 | 2F |
| Octal | 273 | 341 | 16 | 21 | 0 | 136 | 14 | 107 | 130 | 57 |
| Binary | 10111011 | 11100001 | 1110 | 10001 | 0 | 1011110 | 1100 | 1000111 | 1011000 | 101111 |
Color Harmonies of #BBE10E
Complementary color
Monochromatic Colors of #BBE10E
Black with #BBE10E
Text Example
Text Example
White with #BBE10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE10E; }
p { color: rgb(187,225,14); }
H1.HeaderClassName
{
color: #BBE10E;
}
.AnyTagClassName
{
color: #BBE10E;
}
</style>
background-color css
<style>
a { background-color: #BBE10E; }
a { background-color: rgb(187,225,14); }
div.DivClassName
{
background-color: #BBE10E;
}
.BgClassName
{
background-color: #BBE10E;
}
</style>
border-color css
<style>
span { border-color: #BBE10E; }
span { border-color: rgb(187,225,14); }
td.TdClassName
{
border-color: #BBE10E;
}
.TagClassName
{
border-color: #BBE10E;
}
</style>