Shades of Inch Worm #BBEC18
Tints of Inch Worm #BBEC18
RGB
CMYK
RGB Variations
Color information
#BBEC18 (or 0xBBEC18) is known color: Inch Worm. HEX triplet: BB, EC and 18. RGB value is (187,236,24). Sum of RGB (Red+Green+Blue) = 187+236+24=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 236 (92.58% from 255 or 52.80% from 447); Blue value is 24 (9.77% from 255 or 5.37% from 447); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEC18 is #4413E7. Grayscale: #C5C5C5. Windows color (decimal): -4461544 or 1633467. OLE color: 1633467.
HSL color Cylindrical-coordinate representation of color #BBEC18: hue angle of 73.87º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBEC18 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 24 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.07 |
| HSL | 73.87º | 0.85% | 0.51% | - |
| HSV(B) | 73.87º | 0.9% | 0.93% | - |
| XYZ | 50.65 | 70.62 | 11.83 | - |
| YUV | 197.18 | 30.27 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 24 | 0.21 | 0 | 0.90 | 0.07 | 73.87 | 0.85 | 0.51 |
| Hex | BB | EC | 18 | 15 | 0 | 5A | 7 | 4A | 55 | 33 |
| Octal | 273 | 354 | 30 | 25 | 0 | 132 | 7 | 112 | 125 | 63 |
| Binary | 10111011 | 11101100 | 11000 | 10101 | 0 | 1011010 | 111 | 1001010 | 1010101 | 110011 |
Color Harmonies of #BBEC18
Complementary color
Monochromatic Colors of #BBEC18
Black with #BBEC18
Text Example
Text Example
White with #BBEC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC18; }
p { color: rgb(187,236,24); }
H1.HeaderClassName
{
color: #BBEC18;
}
.AnyTagClassName
{
color: #BBEC18;
}
</style>
background-color css
<style>
a { background-color: #BBEC18; }
a { background-color: rgb(187,236,24); }
div.DivClassName
{
background-color: #BBEC18;
}
.BgClassName
{
background-color: #BBEC18;
}
</style>
border-color css
<style>
span { border-color: #BBEC18; }
span { border-color: rgb(187,236,24); }
td.TdClassName
{
border-color: #BBEC18;
}
.TagClassName
{
border-color: #BBEC18;
}
</style>