Shades of Inch Worm #B0D207
Tints of Inch Worm #B0D207
RGB
CMYK
RGB Variations
Color information
#B0D207 (or 0xB0D207) is known color: Inch Worm. HEX triplet: B0, D2 and 07. RGB value is (176,210,7). Sum of RGB (Red+Green+Blue) = 176+210+7=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D207 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D207 is #4F2DF8. Grayscale: #B1B1B1. Windows color (decimal): -5189113 or 512688. OLE color: 512688.
HSL color Cylindrical-coordinate representation of color #B0D207: hue angle of 70.05º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0D207 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 7 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.18 |
| HSL | 70.05º | 0.94% | 0.43% | - |
| HSV(B) | 70.05º | 0.97% | 0.82% | - |
| XYZ | 40.99 | 55.34 | 8.72 | - |
| YUV | 176.69 | 32.24 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 7 | 0.16 | 0 | 0.97 | 0.18 | 70.05 | 0.94 | 0.43 |
| Hex | B0 | D2 | 7 | 10 | 0 | 61 | 12 | 46 | 5E | 2B |
| Octal | 260 | 322 | 7 | 20 | 0 | 141 | 22 | 106 | 136 | 53 |
| Binary | 10110000 | 11010010 | 111 | 10000 | 0 | 1100001 | 10010 | 1000110 | 1011110 | 101011 |
Color Harmonies of #B0D207
Complementary color
Monochromatic Colors of #B0D207
Black with #B0D207
Text Example
Text Example
White with #B0D207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D207; }
p { color: rgb(176,210,7); }
H1.HeaderClassName
{
color: #B0D207;
}
.AnyTagClassName
{
color: #B0D207;
}
</style>
background-color css
<style>
a { background-color: #B0D207; }
a { background-color: rgb(176,210,7); }
div.DivClassName
{
background-color: #B0D207;
}
.BgClassName
{
background-color: #B0D207;
}
</style>
border-color css
<style>
span { border-color: #B0D207; }
span { border-color: rgb(176,210,7); }
td.TdClassName
{
border-color: #B0D207;
}
.TagClassName
{
border-color: #B0D207;
}
</style>