Shades of Inch Worm #B2D60A
Tints of Inch Worm #B2D60A
RGB
CMYK
RGB Variations
Color information
#B2D60A (or 0xB2D60A) is known color: Inch Worm. HEX triplet: B2, D6 and 0A. RGB value is (178,214,10). Sum of RGB (Red+Green+Blue) = 178+214+10=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 214 (83.98% from 255 or 53.23% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D60A is #4D29F5. Grayscale: #B4B4B4. Windows color (decimal): -5057014 or 710322. OLE color: 710322.
HSL color Cylindrical-coordinate representation of color #B2D60A: hue angle of 70.59º 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 #B2D60A is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 10 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.16 |
| HSL | 70.59º | 0.91% | 0.44% | - |
| HSV(B) | 70.59º | 0.95% | 0.84% | - |
| XYZ | 42.46 | 57.58 | 9.16 | - |
| YUV | 179.98 | 32.07 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 10 | 0.17 | 0 | 0.95 | 0.16 | 70.59 | 0.91 | 0.44 |
| Hex | B2 | D6 | A | 11 | 0 | 5F | 10 | 47 | 5B | 2C |
| Octal | 262 | 326 | 12 | 21 | 0 | 137 | 20 | 107 | 133 | 54 |
| Binary | 10110010 | 11010110 | 1010 | 10001 | 0 | 1011111 | 10000 | 1000111 | 1011011 | 101100 |
Color Harmonies of #B2D60A
Complementary color
Monochromatic Colors of #B2D60A
Black with #B2D60A
Text Example
Text Example
White with #B2D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D60A; }
p { color: rgb(178,214,10); }
H1.HeaderClassName
{
color: #B2D60A;
}
.AnyTagClassName
{
color: #B2D60A;
}
</style>
background-color css
<style>
a { background-color: #B2D60A; }
a { background-color: rgb(178,214,10); }
div.DivClassName
{
background-color: #B2D60A;
}
.BgClassName
{
background-color: #B2D60A;
}
</style>
border-color css
<style>
span { border-color: #B2D60A; }
span { border-color: rgb(178,214,10); }
td.TdClassName
{
border-color: #B2D60A;
}
.TagClassName
{
border-color: #B2D60A;
}
</style>