Shades of Inch Worm #B9DB1B
Tints of Inch Worm #B9DB1B
RGB
CMYK
RGB Variations
Color information
#B9DB1B (or 0xB9DB1B) is known color: Inch Worm. HEX triplet: B9, DB and 1B. RGB value is (185,219,27). Sum of RGB (Red+Green+Blue) = 185+219+27=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DB1B is #4624E4. Grayscale: #BBBBBB. Windows color (decimal): -4596965 or 1825721. OLE color: 1825721.
HSL color Cylindrical-coordinate representation of color #B9DB1B: hue angle of 70.62º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9DB1B is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 27 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.14 |
| HSL | 70.62º | 0.78% | 0.48% | - |
| HSV(B) | 70.62º | 0.88% | 0.86% | - |
| XYZ | 45.54 | 61.06 | 10.42 | - |
| YUV | 186.95 | 37.74 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 27 | 0.16 | 0 | 0.88 | 0.14 | 70.62 | 0.78 | 0.48 |
| Hex | B9 | DB | 1B | 10 | 0 | 58 | E | 47 | 4E | 30 |
| Octal | 271 | 333 | 33 | 20 | 0 | 130 | 16 | 107 | 116 | 60 |
| Binary | 10111001 | 11011011 | 11011 | 10000 | 0 | 1011000 | 1110 | 1000111 | 1001110 | 110000 |
Color Harmonies of #B9DB1B
Complementary color
Monochromatic Colors of #B9DB1B
Black with #B9DB1B
Text Example
Text Example
White with #B9DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DB1B; }
p { color: rgb(185,219,27); }
H1.HeaderClassName
{
color: #B9DB1B;
}
.AnyTagClassName
{
color: #B9DB1B;
}
</style>
background-color css
<style>
a { background-color: #B9DB1B; }
a { background-color: rgb(185,219,27); }
div.DivClassName
{
background-color: #B9DB1B;
}
.BgClassName
{
background-color: #B9DB1B;
}
</style>
border-color css
<style>
span { border-color: #B9DB1B; }
span { border-color: rgb(185,219,27); }
td.TdClassName
{
border-color: #B9DB1B;
}
.TagClassName
{
border-color: #B9DB1B;
}
</style>