Shades of Inch Worm #B1E306
Tints of Inch Worm #B1E306
RGB
CMYK
RGB Variations
Color information
#B1E306 (or 0xB1E306) is known color: Inch Worm. HEX triplet: B1, E3 and 06. RGB value is (177,227,6). Sum of RGB (Red+Green+Blue) = 177+227+6=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 227 (89.06% from 255 or 55.37% from 410); Blue value is 6 (2.73% from 255 or 1.46% from 410); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1E306 is #4E1CF9. Grayscale: #BBBBBB. Windows color (decimal): -5119226 or 451505. OLE color: 451505.
HSL color Cylindrical-coordinate representation of color #B1E306: hue angle of 73.57º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1E306 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 227 | 6 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.11 |
| HSL | 73.57º | 0.95% | 0.46% | - |
| HSV(B) | 73.57º | 0.97% | 0.89% | - |
| XYZ | 45.63 | 64.3 | 10.18 | - |
| YUV | 186.86 | 25.94 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 227 | 6 | 0.22 | 0 | 0.97 | 0.11 | 73.57 | 0.95 | 0.46 |
| Hex | B1 | E3 | 6 | 16 | 0 | 61 | B | 4A | 5F | 2E |
| Octal | 261 | 343 | 6 | 26 | 0 | 141 | 13 | 112 | 137 | 56 |
| Binary | 10110001 | 11100011 | 110 | 10110 | 0 | 1100001 | 1011 | 1001010 | 1011111 | 101110 |
Color Harmonies of #B1E306
Complementary color
Monochromatic Colors of #B1E306
Black with #B1E306
Text Example
Text Example
White with #B1E306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E306; }
p { color: rgb(177,227,6); }
H1.HeaderClassName
{
color: #B1E306;
}
.AnyTagClassName
{
color: #B1E306;
}
</style>
background-color css
<style>
a { background-color: #B1E306; }
a { background-color: rgb(177,227,6); }
div.DivClassName
{
background-color: #B1E306;
}
.BgClassName
{
background-color: #B1E306;
}
</style>
border-color css
<style>
span { border-color: #B1E306; }
span { border-color: rgb(177,227,6); }
td.TdClassName
{
border-color: #B1E306;
}
.TagClassName
{
border-color: #B1E306;
}
</style>