Shades of Inch Worm #B9EA16
Tints of Inch Worm #B9EA16
RGB
CMYK
RGB Variations
Color information
#B9EA16 (or 0xB9EA16) is known color: Inch Worm. HEX triplet: B9, EA and 16. RGB value is (185,234,22). Sum of RGB (Red+Green+Blue) = 185+234+22=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 234 (91.80% from 255 or 53.06% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9EA16 is #4615E9. Grayscale: #C3C3C3. Windows color (decimal): -4593130 or 1501881. OLE color: 1501881.
HSL color Cylindrical-coordinate representation of color #B9EA16: hue angle of 73.87º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9EA16 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 234 | 22 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.08 |
| HSL | 73.87º | 0.83% | 0.5% | - |
| HSV(B) | 73.87º | 0.91% | 0.92% | - |
| XYZ | 49.58 | 69.22 | 11.51 | - |
| YUV | 195.18 | 30.27 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 234 | 22 | 0.21 | 0 | 0.91 | 0.08 | 73.87 | 0.83 | 0.5 |
| Hex | B9 | EA | 16 | 15 | 0 | 5B | 8 | 4A | 53 | 32 |
| Octal | 271 | 352 | 26 | 25 | 0 | 133 | 10 | 112 | 123 | 62 |
| Binary | 10111001 | 11101010 | 10110 | 10101 | 0 | 1011011 | 1000 | 1001010 | 1010011 | 110010 |
Color Harmonies of #B9EA16
Complementary color
Monochromatic Colors of #B9EA16
Black with #B9EA16
Text Example
Text Example
White with #B9EA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EA16; }
p { color: rgb(185,234,22); }
H1.HeaderClassName
{
color: #B9EA16;
}
.AnyTagClassName
{
color: #B9EA16;
}
</style>
background-color css
<style>
a { background-color: #B9EA16; }
a { background-color: rgb(185,234,22); }
div.DivClassName
{
background-color: #B9EA16;
}
.BgClassName
{
background-color: #B9EA16;
}
</style>
border-color css
<style>
span { border-color: #B9EA16; }
span { border-color: rgb(185,234,22); }
td.TdClassName
{
border-color: #B9EA16;
}
.TagClassName
{
border-color: #B9EA16;
}
</style>