Shades of Inch Worm #B2D606
Tints of Inch Worm #B2D606
RGB
CMYK
RGB Variations
Color information
#B2D606 (or 0xB2D606) is known color: Inch Worm. HEX triplet: B2, D6 and 06. RGB value is (178,214,6). Sum of RGB (Red+Green+Blue) = 178+214+6=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D606 is #4D29F9. Grayscale: #B4B4B4. Windows color (decimal): -5057018 or 448178. OLE color: 448178.
HSL color Cylindrical-coordinate representation of color #B2D606: hue angle of 70.38º 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 #B2D606 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 6 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.16 |
| HSL | 70.38º | 0.95% | 0.43% | - |
| HSV(B) | 70.38º | 0.97% | 0.84% | - |
| XYZ | 42.44 | 57.57 | 9.05 | - |
| YUV | 179.52 | 30.07 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 6 | 0.17 | 0 | 0.97 | 0.16 | 70.38 | 0.95 | 0.43 |
| Hex | B2 | D6 | 6 | 11 | 0 | 61 | 10 | 46 | 5F | 2B |
| Octal | 262 | 326 | 6 | 21 | 0 | 141 | 20 | 106 | 137 | 53 |
| Binary | 10110010 | 11010110 | 110 | 10001 | 0 | 1100001 | 10000 | 1000110 | 1011111 | 101011 |
Color Harmonies of #B2D606
Complementary color
Monochromatic Colors of #B2D606
Black with #B2D606
Text Example
Text Example
White with #B2D606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D606; }
p { color: rgb(178,214,6); }
H1.HeaderClassName
{
color: #B2D606;
}
.AnyTagClassName
{
color: #B2D606;
}
</style>
background-color css
<style>
a { background-color: #B2D606; }
a { background-color: rgb(178,214,6); }
div.DivClassName
{
background-color: #B2D606;
}
.BgClassName
{
background-color: #B2D606;
}
</style>
border-color css
<style>
span { border-color: #B2D606; }
span { border-color: rgb(178,214,6); }
td.TdClassName
{
border-color: #B2D606;
}
.TagClassName
{
border-color: #B2D606;
}
</style>