Shades of Inch Worm #B9DB09
Tints of Inch Worm #B9DB09
RGB
CMYK
RGB Variations
Color information
#B9DB09 (or 0xB9DB09) is known color: Inch Worm. HEX triplet: B9, DB and 09. RGB value is (185,219,9). Sum of RGB (Red+Green+Blue) = 185+219+9=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DB09 is #4624F6. Grayscale: #B9B9B9. Windows color (decimal): -4596983 or 646073. OLE color: 646073.
HSL color Cylindrical-coordinate representation of color #B9DB09: hue angle of 69.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9DB09 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.14 |
| HSL | 69.71º | 0.92% | 0.45% | - |
| HSV(B) | 69.71º | 0.96% | 0.86% | - |
| XYZ | 45.39 | 61 | 9.64 | - |
| YUV | 184.89 | 28.74 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 9 | 0.16 | 0 | 0.96 | 0.14 | 69.71 | 0.92 | 0.45 |
| Hex | B9 | DB | 9 | 10 | 0 | 60 | E | 46 | 5C | 2D |
| Octal | 271 | 333 | 11 | 20 | 0 | 140 | 16 | 106 | 134 | 55 |
| Binary | 10111001 | 11011011 | 1001 | 10000 | 0 | 1100000 | 1110 | 1000110 | 1011100 | 101101 |
Color Harmonies of #B9DB09
Complementary color
Monochromatic Colors of #B9DB09
Black with #B9DB09
Text Example
Text Example
White with #B9DB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DB09; }
p { color: rgb(185,219,9); }
H1.HeaderClassName
{
color: #B9DB09;
}
.AnyTagClassName
{
color: #B9DB09;
}
</style>
background-color css
<style>
a { background-color: #B9DB09; }
a { background-color: rgb(185,219,9); }
div.DivClassName
{
background-color: #B9DB09;
}
.BgClassName
{
background-color: #B9DB09;
}
</style>
border-color css
<style>
span { border-color: #B9DB09; }
span { border-color: rgb(185,219,9); }
td.TdClassName
{
border-color: #B9DB09;
}
.TagClassName
{
border-color: #B9DB09;
}
</style>