Shades of Inch Worm #B9D816
Tints of Inch Worm #B9D816
RGB
CMYK
RGB Variations
Color information
#B9D816 (or 0xB9D816) is known color: Inch Worm. HEX triplet: B9, D8 and 16. RGB value is (185,216,22). Sum of RGB (Red+Green+Blue) = 185+216+22=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 216 (84.77% from 255 or 51.06% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D816 is #4627E9. Grayscale: #B9B9B9. Windows color (decimal): -4597738 or 1497273. OLE color: 1497273.
HSL color Cylindrical-coordinate representation of color #B9D816: hue angle of 69.59º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9D816 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 22 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.15 |
| HSL | 69.59º | 0.82% | 0.47% | - |
| HSV(B) | 69.59º | 0.9% | 0.85% | - |
| XYZ | 44.71 | 59.48 | 9.88 | - |
| YUV | 184.62 | 36.23 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 22 | 0.14 | 0 | 0.90 | 0.15 | 69.59 | 0.82 | 0.47 |
| Hex | B9 | D8 | 16 | E | 0 | 5A | F | 46 | 52 | 2F |
| Octal | 271 | 330 | 26 | 16 | 0 | 132 | 17 | 106 | 122 | 57 |
| Binary | 10111001 | 11011000 | 10110 | 1110 | 0 | 1011010 | 1111 | 1000110 | 1010010 | 101111 |
Color Harmonies of #B9D816
Complementary color
Monochromatic Colors of #B9D816
Black with #B9D816
Text Example
Text Example
White with #B9D816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D816; }
p { color: rgb(185,216,22); }
H1.HeaderClassName
{
color: #B9D816;
}
.AnyTagClassName
{
color: #B9D816;
}
</style>
background-color css
<style>
a { background-color: #B9D816; }
a { background-color: rgb(185,216,22); }
div.DivClassName
{
background-color: #B9D816;
}
.BgClassName
{
background-color: #B9D816;
}
</style>
border-color css
<style>
span { border-color: #B9D816; }
span { border-color: rgb(185,216,22); }
td.TdClassName
{
border-color: #B9D816;
}
.TagClassName
{
border-color: #B9D816;
}
</style>