Shades of Inch Worm #B2E706
Tints of Inch Worm #B2E706
RGB
CMYK
RGB Variations
Color information
#B2E706 (or 0xB2E706) is known color: Inch Worm. HEX triplet: B2, E7 and 06. RGB value is (178,231,6). Sum of RGB (Red+Green+Blue) = 178+231+6=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 231 (90.62% from 255 or 55.66% from 415); Blue value is 6 (2.73% from 255 or 1.45% from 415); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2E706 is #4D18F9. Grayscale: #BEBEBE. Windows color (decimal): -5052666 or 452530. OLE color: 452530.
HSL color Cylindrical-coordinate representation of color #B2E706: hue angle of 74.13º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2E706 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 231 | 6 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.09 |
| HSL | 74.13º | 0.95% | 0.46% | - |
| HSV(B) | 74.13º | 0.97% | 0.91% | - |
| XYZ | 46.97 | 66.63 | 10.56 | - |
| YUV | 189.5 | 24.44 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 231 | 6 | 0.23 | 0 | 0.97 | 0.09 | 74.13 | 0.95 | 0.46 |
| Hex | B2 | E7 | 6 | 17 | 0 | 61 | 9 | 4A | 5F | 2E |
| Octal | 262 | 347 | 6 | 27 | 0 | 141 | 11 | 112 | 137 | 56 |
| Binary | 10110010 | 11100111 | 110 | 10111 | 0 | 1100001 | 1001 | 1001010 | 1011111 | 101110 |
Color Harmonies of #B2E706
Complementary color
Monochromatic Colors of #B2E706
Black with #B2E706
Text Example
Text Example
White with #B2E706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E706; }
p { color: rgb(178,231,6); }
H1.HeaderClassName
{
color: #B2E706;
}
.AnyTagClassName
{
color: #B2E706;
}
</style>
background-color css
<style>
a { background-color: #B2E706; }
a { background-color: rgb(178,231,6); }
div.DivClassName
{
background-color: #B2E706;
}
.BgClassName
{
background-color: #B2E706;
}
</style>
border-color css
<style>
span { border-color: #B2E706; }
span { border-color: rgb(178,231,6); }
td.TdClassName
{
border-color: #B2E706;
}
.TagClassName
{
border-color: #B2E706;
}
</style>