Shades of Inch Worm #B9DD21
Tints of Inch Worm #B9DD21
RGB
CMYK
RGB Variations
Color information
#B9DD21 (or 0xB9DD21) is known color: Inch Worm. HEX triplet: B9, DD and 21. RGB value is (185,221,33). Sum of RGB (Red+Green+Blue) = 185+221+33=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 33 (13.28% from 255 or 7.52% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DD21 is #4622DE. Grayscale: #BDBDBD. Windows color (decimal): -4596447 or 2219449. OLE color: 2219449.
HSL color Cylindrical-coordinate representation of color #B9DD21: hue angle of 71.49º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9DD21 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 33 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.13 |
| HSL | 71.49º | 0.74% | 0.5% | - |
| HSV(B) | 71.49º | 0.85% | 0.87% | - |
| XYZ | 46.14 | 62.14 | 11 | - |
| YUV | 188.8 | 40.07 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 33 | 0.16 | 0 | 0.85 | 0.13 | 71.49 | 0.74 | 0.5 |
| Hex | B9 | DD | 21 | 10 | 0 | 55 | D | 47 | 4A | 32 |
| Octal | 271 | 335 | 41 | 20 | 0 | 125 | 15 | 107 | 112 | 62 |
| Binary | 10111001 | 11011101 | 100001 | 10000 | 0 | 1010101 | 1101 | 1000111 | 1001010 | 110010 |
Color Harmonies of #B9DD21
Complementary color
Monochromatic Colors of #B9DD21
Black with #B9DD21
Text Example
Text Example
White with #B9DD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD21; }
p { color: rgb(185,221,33); }
H1.HeaderClassName
{
color: #B9DD21;
}
.AnyTagClassName
{
color: #B9DD21;
}
</style>
background-color css
<style>
a { background-color: #B9DD21; }
a { background-color: rgb(185,221,33); }
div.DivClassName
{
background-color: #B9DD21;
}
.BgClassName
{
background-color: #B9DD21;
}
</style>
border-color css
<style>
span { border-color: #B9DD21; }
span { border-color: rgb(185,221,33); }
td.TdClassName
{
border-color: #B9DD21;
}
.TagClassName
{
border-color: #B9DD21;
}
</style>