Shades of Inch Worm #B9DF16
Tints of Inch Worm #B9DF16
RGB
CMYK
RGB Variations
Color information
#B9DF16 (or 0xB9DF16) is known color: Inch Worm. HEX triplet: B9, DF and 16. RGB value is (185,223,22). Sum of RGB (Red+Green+Blue) = 185+223+22=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DF16 is #4620E9. Grayscale: #BDBDBD. Windows color (decimal): -4595946 or 1499065. OLE color: 1499065.
HSL color Cylindrical-coordinate representation of color #B9DF16: hue angle of 71.34º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9DF16 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 22 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.13 |
| HSL | 71.34º | 0.82% | 0.48% | - |
| HSV(B) | 71.34º | 0.9% | 0.87% | - |
| XYZ | 46.54 | 63.15 | 10.49 | - |
| YUV | 188.72 | 33.91 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 22 | 0.17 | 0 | 0.90 | 0.13 | 71.34 | 0.82 | 0.48 |
| Hex | B9 | DF | 16 | 11 | 0 | 5A | D | 47 | 52 | 30 |
| Octal | 271 | 337 | 26 | 21 | 0 | 132 | 15 | 107 | 122 | 60 |
| Binary | 10111001 | 11011111 | 10110 | 10001 | 0 | 1011010 | 1101 | 1000111 | 1010010 | 110000 |
Color Harmonies of #B9DF16
Complementary color
Monochromatic Colors of #B9DF16
Black with #B9DF16
Text Example
Text Example
White with #B9DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF16; }
p { color: rgb(185,223,22); }
H1.HeaderClassName
{
color: #B9DF16;
}
.AnyTagClassName
{
color: #B9DF16;
}
</style>
background-color css
<style>
a { background-color: #B9DF16; }
a { background-color: rgb(185,223,22); }
div.DivClassName
{
background-color: #B9DF16;
}
.BgClassName
{
background-color: #B9DF16;
}
</style>
border-color css
<style>
span { border-color: #B9DF16; }
span { border-color: rgb(185,223,22); }
td.TdClassName
{
border-color: #B9DF16;
}
.TagClassName
{
border-color: #B9DF16;
}
</style>