Shades of Inch Worm #B9D504
Tints of Inch Worm #B9D504
RGB
CMYK
RGB Variations
Color information
#B9D504 (or 0xB9D504) is known color: Inch Worm. HEX triplet: B9, D5 and 04. RGB value is (185,213,4). Sum of RGB (Red+Green+Blue) = 185+213+4=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D504 is #462AFB. Grayscale: #B5B5B5. Windows color (decimal): -4598524 or 316857. OLE color: 316857.
HSL color Cylindrical-coordinate representation of color #B9D504: hue angle of 68.04º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9D504 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 213 | 4 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.16 |
| HSL | 68.04º | 0.96% | 0.43% | - |
| HSV(B) | 68.04º | 0.98% | 0.84% | - |
| XYZ | 43.82 | 57.91 | 8.98 | - |
| YUV | 180.8 | 28.22 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 213 | 4 | 0.13 | 0 | 0.98 | 0.16 | 68.04 | 0.96 | 0.43 |
| Hex | B9 | D5 | 4 | D | 0 | 62 | 10 | 44 | 60 | 2B |
| Octal | 271 | 325 | 4 | 15 | 0 | 142 | 20 | 104 | 140 | 53 |
| Binary | 10111001 | 11010101 | 100 | 1101 | 0 | 1100010 | 10000 | 1000100 | 1100000 | 101011 |
Color Harmonies of #B9D504
Complementary color
Monochromatic Colors of #B9D504
Black with #B9D504
Text Example
Text Example
White with #B9D504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D504; }
p { color: rgb(185,213,4); }
H1.HeaderClassName
{
color: #B9D504;
}
.AnyTagClassName
{
color: #B9D504;
}
</style>
background-color css
<style>
a { background-color: #B9D504; }
a { background-color: rgb(185,213,4); }
div.DivClassName
{
background-color: #B9D504;
}
.BgClassName
{
background-color: #B9D504;
}
</style>
border-color css
<style>
span { border-color: #B9D504; }
span { border-color: rgb(185,213,4); }
td.TdClassName
{
border-color: #B9D504;
}
.TagClassName
{
border-color: #B9D504;
}
</style>