Shades of Inch Worm #B9DF17
Tints of Inch Worm #B9DF17
RGB
CMYK
RGB Variations
Color information
#B9DF17 (or 0xB9DF17) is known color: Inch Worm. HEX triplet: B9, DF and 17. RGB value is (185,223,23). Sum of RGB (Red+Green+Blue) = 185+223+23=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DF17 is #4620E8. Grayscale: #BDBDBD. Windows color (decimal): -4595945 or 1564601. OLE color: 1564601.
HSL color Cylindrical-coordinate representation of color #B9DF17: hue angle of 71.4º degrees, saturation: 0.81, 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 #B9DF17 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 23 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.13 |
| HSL | 71.4º | 0.81% | 0.48% | - |
| HSV(B) | 71.4º | 0.9% | 0.87% | - |
| XYZ | 46.55 | 63.15 | 10.55 | - |
| YUV | 188.84 | 34.41 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 23 | 0.17 | 0 | 0.90 | 0.13 | 71.4 | 0.81 | 0.48 |
| Hex | B9 | DF | 17 | 11 | 0 | 5A | D | 47 | 51 | 30 |
| Octal | 271 | 337 | 27 | 21 | 0 | 132 | 15 | 107 | 121 | 60 |
| Binary | 10111001 | 11011111 | 10111 | 10001 | 0 | 1011010 | 1101 | 1000111 | 1010001 | 110000 |
Color Harmonies of #B9DF17
Complementary color
Monochromatic Colors of #B9DF17
Black with #B9DF17
Text Example
Text Example
White with #B9DF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF17; }
p { color: rgb(185,223,23); }
H1.HeaderClassName
{
color: #B9DF17;
}
.AnyTagClassName
{
color: #B9DF17;
}
</style>
background-color css
<style>
a { background-color: #B9DF17; }
a { background-color: rgb(185,223,23); }
div.DivClassName
{
background-color: #B9DF17;
}
.BgClassName
{
background-color: #B9DF17;
}
</style>
border-color css
<style>
span { border-color: #B9DF17; }
span { border-color: rgb(185,223,23); }
td.TdClassName
{
border-color: #B9DF17;
}
.TagClassName
{
border-color: #B9DF17;
}
</style>