Shades of Inch Worm #B6D902
Tints of Inch Worm #B6D902
RGB
CMYK
RGB Variations
Color information
#B6D902 (or 0xB6D902) is known color: Inch Worm. HEX triplet: B6, D9 and 02. RGB value is (182,217,2). Sum of RGB (Red+Green+Blue) = 182+217+2=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D902 is #4926FD. Grayscale: #B6B6B6. Windows color (decimal): -4794110 or 186806. OLE color: 186806.
HSL color Cylindrical-coordinate representation of color #B6D902: hue angle of 69.77º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6D902 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 217 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.15 |
| HSL | 69.77º | 0.98% | 0.43% | - |
| HSV(B) | 69.77º | 0.99% | 0.85% | - |
| XYZ | 44.12 | 59.58 | 9.23 | - |
| YUV | 182.03 | 26.4 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 217 | 2 | 0.16 | 0 | 0.99 | 0.15 | 69.77 | 0.98 | 0.43 |
| Hex | B6 | D9 | 2 | 10 | 0 | 63 | F | 46 | 62 | 2B |
| Octal | 266 | 331 | 2 | 20 | 0 | 143 | 17 | 106 | 142 | 53 |
| Binary | 10110110 | 11011001 | 10 | 10000 | 0 | 1100011 | 1111 | 1000110 | 1100010 | 101011 |
Color Harmonies of #B6D902
Complementary color
Monochromatic Colors of #B6D902
Black with #B6D902
Text Example
Text Example
White with #B6D902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D902; }
p { color: rgb(182,217,2); }
H1.HeaderClassName
{
color: #B6D902;
}
.AnyTagClassName
{
color: #B6D902;
}
</style>
background-color css
<style>
a { background-color: #B6D902; }
a { background-color: rgb(182,217,2); }
div.DivClassName
{
background-color: #B6D902;
}
.BgClassName
{
background-color: #B6D902;
}
</style>
border-color css
<style>
span { border-color: #B6D902; }
span { border-color: rgb(182,217,2); }
td.TdClassName
{
border-color: #B6D902;
}
.TagClassName
{
border-color: #B6D902;
}
</style>