Shades of Inch Worm #B0D60A
Tints of Inch Worm #B0D60A
RGB
CMYK
RGB Variations
Color information
#B0D60A (or 0xB0D60A) is known color: Inch Worm. HEX triplet: B0, D6 and 0A. RGB value is (176,214,10). Sum of RGB (Red+Green+Blue) = 176+214+10=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D60A is #4F29F5. Grayscale: #B4B4B4. Windows color (decimal): -5188086 or 710320. OLE color: 710320.
HSL color Cylindrical-coordinate representation of color #B0D60A: hue angle of 71.18º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0D60A is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 214 | 10 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.16 |
| HSL | 71.18º | 0.91% | 0.44% | - |
| HSV(B) | 71.18º | 0.95% | 0.84% | - |
| XYZ | 42.01 | 57.35 | 9.14 | - |
| YUV | 179.38 | 32.41 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 214 | 10 | 0.18 | 0 | 0.95 | 0.16 | 71.18 | 0.91 | 0.44 |
| Hex | B0 | D6 | A | 12 | 0 | 5F | 10 | 47 | 5B | 2C |
| Octal | 260 | 326 | 12 | 22 | 0 | 137 | 20 | 107 | 133 | 54 |
| Binary | 10110000 | 11010110 | 1010 | 10010 | 0 | 1011111 | 10000 | 1000111 | 1011011 | 101100 |
Color Harmonies of #B0D60A
Complementary color
Monochromatic Colors of #B0D60A
Black with #B0D60A
Text Example
Text Example
White with #B0D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D60A; }
p { color: rgb(176,214,10); }
H1.HeaderClassName
{
color: #B0D60A;
}
.AnyTagClassName
{
color: #B0D60A;
}
</style>
background-color css
<style>
a { background-color: #B0D60A; }
a { background-color: rgb(176,214,10); }
div.DivClassName
{
background-color: #B0D60A;
}
.BgClassName
{
background-color: #B0D60A;
}
</style>
border-color css
<style>
span { border-color: #B0D60A; }
span { border-color: rgb(176,214,10); }
td.TdClassName
{
border-color: #B0D60A;
}
.TagClassName
{
border-color: #B0D60A;
}
</style>