Shades of Inch Worm #B9DC16
Tints of Inch Worm #B9DC16
RGB
CMYK
RGB Variations
Color information
#B9DC16 (or 0xB9DC16) is known color: Inch Worm. HEX triplet: B9, DC and 16. RGB value is (185,220,22). Sum of RGB (Red+Green+Blue) = 185+220+22=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DC16 is #4623E9. Grayscale: #BBBBBB. Windows color (decimal): -4596714 or 1498297. OLE color: 1498297.
HSL color Cylindrical-coordinate representation of color #B9DC16: hue angle of 70.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9DC16 is Cyan = 0.16, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 22 | - |
| CMYK | 0.16 | 0 | 0.9 | 0.14 |
| HSL | 70.61º | 0.82% | 0.47% | - |
| HSV(B) | 70.61º | 0.9% | 0.86% | - |
| XYZ | 45.75 | 61.56 | 10.23 | - |
| YUV | 186.96 | 34.9 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 22 | 0.16 | 0 | 0.9 | 0.14 | 70.61 | 0.82 | 0.47 |
| Hex | B9 | DC | 16 | 10 | 0 | 5A | E | 47 | 52 | 2F |
| Octal | 271 | 334 | 26 | 20 | 0 | 132 | 16 | 107 | 122 | 57 |
| Binary | 10111001 | 11011100 | 10110 | 10000 | 0 | 1011010 | 1110 | 1000111 | 1010010 | 101111 |
Color Harmonies of #B9DC16
Complementary color
Monochromatic Colors of #B9DC16
Black with #B9DC16
Text Example
Text Example
White with #B9DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC16; }
p { color: rgb(185,220,22); }
H1.HeaderClassName
{
color: #B9DC16;
}
.AnyTagClassName
{
color: #B9DC16;
}
</style>
background-color css
<style>
a { background-color: #B9DC16; }
a { background-color: rgb(185,220,22); }
div.DivClassName
{
background-color: #B9DC16;
}
.BgClassName
{
background-color: #B9DC16;
}
</style>
border-color css
<style>
span { border-color: #B9DC16; }
span { border-color: rgb(185,220,22); }
td.TdClassName
{
border-color: #B9DC16;
}
.TagClassName
{
border-color: #B9DC16;
}
</style>