Shades of Inch Worm #B9D702
Tints of Inch Worm #B9D702
RGB
CMYK
RGB Variations
Color information
#B9D702 (or 0xB9D702) is known color: Inch Worm. HEX triplet: B9, D7 and 02. RGB value is (185,215,2). Sum of RGB (Red+Green+Blue) = 185+215+2=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D702 is #4628FD. Grayscale: #B6B6B6. Windows color (decimal): -4598014 or 186297. OLE color: 186297.
HSL color Cylindrical-coordinate representation of color #B9D702: hue angle of 68.45º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9D702 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 215 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.16 |
| HSL | 68.45º | 0.98% | 0.43% | - |
| HSV(B) | 68.45º | 0.99% | 0.84% | - |
| XYZ | 44.32 | 58.92 | 9.09 | - |
| YUV | 181.75 | 26.56 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 215 | 2 | 0.14 | 0 | 0.99 | 0.16 | 68.45 | 0.98 | 0.43 |
| Hex | B9 | D7 | 2 | E | 0 | 63 | 10 | 44 | 62 | 2B |
| Octal | 271 | 327 | 2 | 16 | 0 | 143 | 20 | 104 | 142 | 53 |
| Binary | 10111001 | 11010111 | 10 | 1110 | 0 | 1100011 | 10000 | 1000100 | 1100010 | 101011 |
Color Harmonies of #B9D702
Complementary color
Monochromatic Colors of #B9D702
Black with #B9D702
Text Example
Text Example
White with #B9D702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D702; }
p { color: rgb(185,215,2); }
H1.HeaderClassName
{
color: #B9D702;
}
.AnyTagClassName
{
color: #B9D702;
}
</style>
background-color css
<style>
a { background-color: #B9D702; }
a { background-color: rgb(185,215,2); }
div.DivClassName
{
background-color: #B9D702;
}
.BgClassName
{
background-color: #B9D702;
}
</style>
border-color css
<style>
span { border-color: #B9D702; }
span { border-color: rgb(185,215,2); }
td.TdClassName
{
border-color: #B9D702;
}
.TagClassName
{
border-color: #B9D702;
}
</style>