Shades of Inch Worm #B9E40E
Tints of Inch Worm #B9E40E
RGB
CMYK
RGB Variations
Color information
#B9E40E (or 0xB9E40E) is known color: Inch Worm. HEX triplet: B9, E4 and 0E. RGB value is (185,228,14). Sum of RGB (Red+Green+Blue) = 185+228+14=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 228 (89.45% from 255 or 53.40% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E40E is #461BF1. Grayscale: #BFBFBF. Windows color (decimal): -4594674 or 976057. OLE color: 976057.
HSL color Cylindrical-coordinate representation of color #B9E40E: hue angle of 72.06º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9E40E is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 14 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.11 |
| HSL | 72.06º | 0.88% | 0.47% | - |
| HSV(B) | 72.06º | 0.94% | 0.89% | - |
| XYZ | 47.83 | 65.83 | 10.6 | - |
| YUV | 190.75 | 28.25 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 14 | 0.19 | 0 | 0.94 | 0.11 | 72.06 | 0.88 | 0.47 |
| Hex | B9 | E4 | E | 13 | 0 | 5E | B | 48 | 58 | 2F |
| Octal | 271 | 344 | 16 | 23 | 0 | 136 | 13 | 110 | 130 | 57 |
| Binary | 10111001 | 11100100 | 1110 | 10011 | 0 | 1011110 | 1011 | 1001000 | 1011000 | 101111 |
Color Harmonies of #B9E40E
Complementary color
Monochromatic Colors of #B9E40E
Black with #B9E40E
Text Example
Text Example
White with #B9E40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E40E; }
p { color: rgb(185,228,14); }
H1.HeaderClassName
{
color: #B9E40E;
}
.AnyTagClassName
{
color: #B9E40E;
}
</style>
background-color css
<style>
a { background-color: #B9E40E; }
a { background-color: rgb(185,228,14); }
div.DivClassName
{
background-color: #B9E40E;
}
.BgClassName
{
background-color: #B9E40E;
}
</style>
border-color css
<style>
span { border-color: #B9E40E; }
span { border-color: rgb(185,228,14); }
td.TdClassName
{
border-color: #B9E40E;
}
.TagClassName
{
border-color: #B9E40E;
}
</style>