Shades of Inch Worm #B9E50E
Tints of Inch Worm #B9E50E
RGB
CMYK
RGB Variations
Color information
#B9E50E (or 0xB9E50E) is known color: Inch Worm. HEX triplet: B9, E5 and 0E. RGB value is (185,229,14). Sum of RGB (Red+Green+Blue) = 185+229+14=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 229 (89.84% from 255 or 53.50% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E50E is #461AF1. Grayscale: #C0C0C0. Windows color (decimal): -4594418 or 976313. OLE color: 976313.
HSL color Cylindrical-coordinate representation of color #B9E50E: hue angle of 72.28º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9E50E is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 229 | 14 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.10 |
| HSL | 72.28º | 0.88% | 0.48% | - |
| HSV(B) | 72.28º | 0.94% | 0.9% | - |
| XYZ | 48.11 | 66.38 | 10.69 | - |
| YUV | 191.33 | 27.92 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 229 | 14 | 0.19 | 0 | 0.94 | 0.10 | 72.28 | 0.88 | 0.48 |
| Hex | B9 | E5 | E | 13 | 0 | 5E | A | 48 | 58 | 30 |
| Octal | 271 | 345 | 16 | 23 | 0 | 136 | 12 | 110 | 130 | 60 |
| Binary | 10111001 | 11100101 | 1110 | 10011 | 0 | 1011110 | 1010 | 1001000 | 1011000 | 110000 |
Color Harmonies of #B9E50E
Complementary color
Monochromatic Colors of #B9E50E
Black with #B9E50E
Text Example
Text Example
White with #B9E50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E50E; }
p { color: rgb(185,229,14); }
H1.HeaderClassName
{
color: #B9E50E;
}
.AnyTagClassName
{
color: #B9E50E;
}
</style>
background-color css
<style>
a { background-color: #B9E50E; }
a { background-color: rgb(185,229,14); }
div.DivClassName
{
background-color: #B9E50E;
}
.BgClassName
{
background-color: #B9E50E;
}
</style>
border-color css
<style>
span { border-color: #B9E50E; }
span { border-color: rgb(185,229,14); }
td.TdClassName
{
border-color: #B9E50E;
}
.TagClassName
{
border-color: #B9E50E;
}
</style>