Shades of Inch Worm #B9D50E
Tints of Inch Worm #B9D50E
RGB
CMYK
RGB Variations
Color information
#B9D50E (or 0xB9D50E) is known color: Inch Worm. HEX triplet: B9, D5 and 0E. RGB value is (185,213,14). Sum of RGB (Red+Green+Blue) = 185+213+14=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D50E is #462AF1. Grayscale: #B6B6B6. Windows color (decimal): -4598514 or 972217. OLE color: 972217.
HSL color Cylindrical-coordinate representation of color #B9D50E: hue angle of 68.44º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9D50E is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 213 | 14 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.16 |
| HSL | 68.44º | 0.88% | 0.45% | - |
| HSV(B) | 68.44º | 0.93% | 0.84% | - |
| XYZ | 43.88 | 57.93 | 9.29 | - |
| YUV | 181.94 | 33.22 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 213 | 14 | 0.13 | 0 | 0.93 | 0.16 | 68.44 | 0.88 | 0.45 |
| Hex | B9 | D5 | E | D | 0 | 5D | 10 | 44 | 58 | 2D |
| Octal | 271 | 325 | 16 | 15 | 0 | 135 | 20 | 104 | 130 | 55 |
| Binary | 10111001 | 11010101 | 1110 | 1101 | 0 | 1011101 | 10000 | 1000100 | 1011000 | 101101 |
Color Harmonies of #B9D50E
Complementary color
Monochromatic Colors of #B9D50E
Black with #B9D50E
Text Example
Text Example
White with #B9D50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D50E; }
p { color: rgb(185,213,14); }
H1.HeaderClassName
{
color: #B9D50E;
}
.AnyTagClassName
{
color: #B9D50E;
}
</style>
background-color css
<style>
a { background-color: #B9D50E; }
a { background-color: rgb(185,213,14); }
div.DivClassName
{
background-color: #B9D50E;
}
.BgClassName
{
background-color: #B9D50E;
}
</style>
border-color css
<style>
span { border-color: #B9D50E; }
span { border-color: rgb(185,213,14); }
td.TdClassName
{
border-color: #B9D50E;
}
.TagClassName
{
border-color: #B9D50E;
}
</style>