Shades of Inch Worm #B9D900
Tints of Inch Worm #B9D900
RGB
CMYK
RGB Variations
Color information
#B9D900 (or 0xB9D900) is known color: Inch Worm. HEX triplet: B9, D9 and 00. RGB value is (185,217,0). Sum of RGB (Red+Green+Blue) = 185+217+0=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D900 is #4626FF. Grayscale: #B7B7B7. Windows color (decimal): -4597504 or 55737. OLE color: 55737.
HSL color Cylindrical-coordinate representation of color #B9D900: hue angle of 68.85º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9D900 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 217 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.15 |
| HSL | 68.85º | 1% | 0.43% | - |
| HSV(B) | 68.85º | 1% | 0.85% | - |
| XYZ | 44.82 | 59.94 | 9.21 | - |
| YUV | 182.69 | 24.9 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 217 | 0 | 0.15 | 0 | 1 | 0.15 | 68.85 | 1 | 0.43 |
| Hex | B9 | D9 | 0 | F | 0 | 64 | F | 45 | 64 | 2B |
| Octal | 271 | 331 | 0 | 17 | 0 | 144 | 17 | 105 | 144 | 53 |
| Binary | 10111001 | 11011001 | 0 | 1111 | 0 | 1100100 | 1111 | 1000101 | 1100100 | 101011 |
Color Harmonies of #B9D900
Complementary color
Monochromatic Colors of #B9D900
Black with #B9D900
Text Example
Text Example
White with #B9D900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D900; }
p { color: rgb(185,217,0); }
H1.HeaderClassName
{
color: #B9D900;
}
.AnyTagClassName
{
color: #B9D900;
}
</style>
background-color css
<style>
a { background-color: #B9D900; }
a { background-color: rgb(185,217,0); }
div.DivClassName
{
background-color: #B9D900;
}
.BgClassName
{
background-color: #B9D900;
}
</style>
border-color css
<style>
span { border-color: #B9D900; }
span { border-color: rgb(185,217,0); }
td.TdClassName
{
border-color: #B9D900;
}
.TagClassName
{
border-color: #B9D900;
}
</style>