Shades of Inch Worm #B9D602
Tints of Inch Worm #B9D602
RGB
CMYK
RGB Variations
Color information
#B9D602 (or 0xB9D602) is known color: Inch Worm. HEX triplet: B9, D6 and 02. RGB value is (185,214,2). Sum of RGB (Red+Green+Blue) = 185+214+2=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D602 is #4629FD. Grayscale: #B5B5B5. Windows color (decimal): -4598270 or 186041. OLE color: 186041.
HSL color Cylindrical-coordinate representation of color #B9D602: hue angle of 68.21º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9D602 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 214 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.16 |
| HSL | 68.21º | 0.98% | 0.42% | - |
| HSV(B) | 68.21º | 0.99% | 0.84% | - |
| XYZ | 44.07 | 58.41 | 9.01 | - |
| YUV | 181.16 | 26.89 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 214 | 2 | 0.14 | 0 | 0.99 | 0.16 | 68.21 | 0.98 | 0.42 |
| Hex | B9 | D6 | 2 | E | 0 | 63 | 10 | 44 | 62 | 2A |
| Octal | 271 | 326 | 2 | 16 | 0 | 143 | 20 | 104 | 142 | 52 |
| Binary | 10111001 | 11010110 | 10 | 1110 | 0 | 1100011 | 10000 | 1000100 | 1100010 | 101010 |
Color Harmonies of #B9D602
Complementary color
Monochromatic Colors of #B9D602
Black with #B9D602
Text Example
Text Example
White with #B9D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D602; }
p { color: rgb(185,214,2); }
H1.HeaderClassName
{
color: #B9D602;
}
.AnyTagClassName
{
color: #B9D602;
}
</style>
background-color css
<style>
a { background-color: #B9D602; }
a { background-color: rgb(185,214,2); }
div.DivClassName
{
background-color: #B9D602;
}
.BgClassName
{
background-color: #B9D602;
}
</style>
border-color css
<style>
span { border-color: #B9D602; }
span { border-color: rgb(185,214,2); }
td.TdClassName
{
border-color: #B9D602;
}
.TagClassName
{
border-color: #B9D602;
}
</style>