Shades of Inch Worm #B9E411
Tints of Inch Worm #B9E411
RGB
CMYK
RGB Variations
Color information
#B9E411 (or 0xB9E411) is known color: Inch Worm. HEX triplet: B9, E4 and 11. RGB value is (185,228,17). Sum of RGB (Red+Green+Blue) = 185+228+17=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 228 (89.45% from 255 or 53.02% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E411 is #461BEE. Grayscale: #BFBFBF. Windows color (decimal): -4594671 or 1172665. OLE color: 1172665.
HSL color Cylindrical-coordinate representation of color #B9E411: hue angle of 72.23º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9E411 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 17 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.11 |
| HSL | 72.23º | 0.86% | 0.48% | - |
| HSV(B) | 72.23º | 0.93% | 0.89% | - |
| XYZ | 47.85 | 65.84 | 10.72 | - |
| YUV | 191.09 | 29.75 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 17 | 0.19 | 0 | 0.93 | 0.11 | 72.23 | 0.86 | 0.48 |
| Hex | B9 | E4 | 11 | 13 | 0 | 5D | B | 48 | 56 | 30 |
| Octal | 271 | 344 | 21 | 23 | 0 | 135 | 13 | 110 | 126 | 60 |
| Binary | 10111001 | 11100100 | 10001 | 10011 | 0 | 1011101 | 1011 | 1001000 | 1010110 | 110000 |
Color Harmonies of #B9E411
Complementary color
Monochromatic Colors of #B9E411
Black with #B9E411
Text Example
Text Example
White with #B9E411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E411; }
p { color: rgb(185,228,17); }
H1.HeaderClassName
{
color: #B9E411;
}
.AnyTagClassName
{
color: #B9E411;
}
</style>
background-color css
<style>
a { background-color: #B9E411; }
a { background-color: rgb(185,228,17); }
div.DivClassName
{
background-color: #B9E411;
}
.BgClassName
{
background-color: #B9E411;
}
</style>
border-color css
<style>
span { border-color: #B9E411; }
span { border-color: rgb(185,228,17); }
td.TdClassName
{
border-color: #B9E411;
}
.TagClassName
{
border-color: #B9E411;
}
</style>