Shades of Inch Worm #BBE10F
Tints of Inch Worm #BBE10F
RGB
CMYK
RGB Variations
Color information
#BBE10F (or 0xBBE10F) is known color: Inch Worm. HEX triplet: BB, E1 and 0F. RGB value is (187,225,15). Sum of RGB (Red+Green+Blue) = 187+225+15=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE10F is #441EF0. Grayscale: #BEBEBE. Windows color (decimal): -4464369 or 1040827. OLE color: 1040827.
HSL color Cylindrical-coordinate representation of color #BBE10F: hue angle of 70.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBE10F is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 15 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.12 |
| HSL | 70.86º | 0.88% | 0.47% | - |
| HSV(B) | 70.86º | 0.93% | 0.88% | - |
| XYZ | 47.5 | 64.45 | 10.39 | - |
| YUV | 189.7 | 29.41 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 15 | 0.17 | 0 | 0.93 | 0.12 | 70.86 | 0.88 | 0.47 |
| Hex | BB | E1 | F | 11 | 0 | 5D | C | 47 | 58 | 2F |
| Octal | 273 | 341 | 17 | 21 | 0 | 135 | 14 | 107 | 130 | 57 |
| Binary | 10111011 | 11100001 | 1111 | 10001 | 0 | 1011101 | 1100 | 1000111 | 1011000 | 101111 |
Color Harmonies of #BBE10F
Complementary color
Monochromatic Colors of #BBE10F
Black with #BBE10F
Text Example
Text Example
White with #BBE10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE10F; }
p { color: rgb(187,225,15); }
H1.HeaderClassName
{
color: #BBE10F;
}
.AnyTagClassName
{
color: #BBE10F;
}
</style>
background-color css
<style>
a { background-color: #BBE10F; }
a { background-color: rgb(187,225,15); }
div.DivClassName
{
background-color: #BBE10F;
}
.BgClassName
{
background-color: #BBE10F;
}
</style>
border-color css
<style>
span { border-color: #BBE10F; }
span { border-color: rgb(187,225,15); }
td.TdClassName
{
border-color: #BBE10F;
}
.TagClassName
{
border-color: #BBE10F;
}
</style>