Shades of Inch Worm #B0D706
Tints of Inch Worm #B0D706
RGB
CMYK
RGB Variations
Color information
#B0D706 (or 0xB0D706) is known color: Inch Worm. HEX triplet: B0, D7 and 06. RGB value is (176,215,6). Sum of RGB (Red+Green+Blue) = 176+215+6=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 6 (2.73% from 255 or 1.51% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D706 is #4F28F9. Grayscale: #B4B4B4. Windows color (decimal): -5187834 or 448432. OLE color: 448432.
HSL color Cylindrical-coordinate representation of color #B0D706: hue angle of 71.2º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0D706 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 6 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.16 |
| HSL | 71.2º | 0.95% | 0.43% | - |
| HSV(B) | 71.2º | 0.97% | 0.84% | - |
| XYZ | 42.24 | 57.84 | 9.11 | - |
| YUV | 179.51 | 30.08 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 6 | 0.18 | 0 | 0.97 | 0.16 | 71.2 | 0.95 | 0.43 |
| Hex | B0 | D7 | 6 | 12 | 0 | 61 | 10 | 47 | 5F | 2B |
| Octal | 260 | 327 | 6 | 22 | 0 | 141 | 20 | 107 | 137 | 53 |
| Binary | 10110000 | 11010111 | 110 | 10010 | 0 | 1100001 | 10000 | 1000111 | 1011111 | 101011 |
Color Harmonies of #B0D706
Complementary color
Monochromatic Colors of #B0D706
Black with #B0D706
Text Example
Text Example
White with #B0D706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D706; }
p { color: rgb(176,215,6); }
H1.HeaderClassName
{
color: #B0D706;
}
.AnyTagClassName
{
color: #B0D706;
}
</style>
background-color css
<style>
a { background-color: #B0D706; }
a { background-color: rgb(176,215,6); }
div.DivClassName
{
background-color: #B0D706;
}
.BgClassName
{
background-color: #B0D706;
}
</style>
border-color css
<style>
span { border-color: #B0D706; }
span { border-color: rgb(176,215,6); }
td.TdClassName
{
border-color: #B0D706;
}
.TagClassName
{
border-color: #B0D706;
}
</style>