Shades of Inch Worm #B9DB0F
Tints of Inch Worm #B9DB0F
RGB
CMYK
RGB Variations
Color information
#B9DB0F (or 0xB9DB0F) is known color: Inch Worm. HEX triplet: B9, DB and 0F. RGB value is (185,219,15). Sum of RGB (Red+Green+Blue) = 185+219+15=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DB0F is #4624F0. Grayscale: #BABABA. Windows color (decimal): -4596977 or 1039289. OLE color: 1039289.
HSL color Cylindrical-coordinate representation of color #B9DB0F: hue angle of 70º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9DB0F is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 15 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.14 |
| HSL | 70º | 0.87% | 0.46% | - |
| HSV(B) | 70º | 0.93% | 0.86% | - |
| XYZ | 45.43 | 61.01 | 9.83 | - |
| YUV | 185.58 | 31.74 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 15 | 0.16 | 0 | 0.93 | 0.14 | 70 | 0.87 | 0.46 |
| Hex | B9 | DB | F | 10 | 0 | 5D | E | 46 | 57 | 2E |
| Octal | 271 | 333 | 17 | 20 | 0 | 135 | 16 | 106 | 127 | 56 |
| Binary | 10111001 | 11011011 | 1111 | 10000 | 0 | 1011101 | 1110 | 1000110 | 1010111 | 101110 |
Color Harmonies of #B9DB0F
Complementary color
Monochromatic Colors of #B9DB0F
Black with #B9DB0F
Text Example
Text Example
White with #B9DB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DB0F; }
p { color: rgb(185,219,15); }
H1.HeaderClassName
{
color: #B9DB0F;
}
.AnyTagClassName
{
color: #B9DB0F;
}
</style>
background-color css
<style>
a { background-color: #B9DB0F; }
a { background-color: rgb(185,219,15); }
div.DivClassName
{
background-color: #B9DB0F;
}
.BgClassName
{
background-color: #B9DB0F;
}
</style>
border-color css
<style>
span { border-color: #B9DB0F; }
span { border-color: rgb(185,219,15); }
td.TdClassName
{
border-color: #B9DB0F;
}
.TagClassName
{
border-color: #B9DB0F;
}
</style>