Shades of Inch Worm #B0E827
Tints of Inch Worm #B0E827
RGB
CMYK
RGB Variations
Color information
#B0E827 (or 0xB0E827) is known color: Inch Worm. HEX triplet: B0, E8 and 27. RGB value is (176,232,39). Sum of RGB (Red+Green+Blue) = 176+232+39=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 232 (91.02% from 255 or 51.90% from 447); Blue value is 39 (15.62% from 255 or 8.72% from 447); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E827 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0E827 is #4F17D8. Grayscale: #C1C1C1. Windows color (decimal): -5183449 or 2615472. OLE color: 2615472.
HSL color Cylindrical-coordinate representation of color #B0E827: hue angle of 77.41º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0E827 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 232 | 39 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.09 |
| HSL | 77.41º | 0.81% | 0.53% | - |
| HSV(B) | 77.41º | 0.83% | 0.91% | - |
| XYZ | 47.13 | 67.09 | 12.39 | - |
| YUV | 193.25 | 40.95 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 232 | 39 | 0.24 | 0 | 0.83 | 0.09 | 77.41 | 0.81 | 0.53 |
| Hex | B0 | E8 | 27 | 18 | 0 | 53 | 9 | 4D | 51 | 35 |
| Octal | 260 | 350 | 47 | 30 | 0 | 123 | 11 | 115 | 121 | 65 |
| Binary | 10110000 | 11101000 | 100111 | 11000 | 0 | 1010011 | 1001 | 1001101 | 1010001 | 110101 |
Color Harmonies of #B0E827
Complementary color
Monochromatic Colors of #B0E827
Black with #B0E827
Text Example
Text Example
White with #B0E827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E827; }
p { color: rgb(176,232,39); }
H1.HeaderClassName
{
color: #B0E827;
}
.AnyTagClassName
{
color: #B0E827;
}
</style>
background-color css
<style>
a { background-color: #B0E827; }
a { background-color: rgb(176,232,39); }
div.DivClassName
{
background-color: #B0E827;
}
.BgClassName
{
background-color: #B0E827;
}
</style>
border-color css
<style>
span { border-color: #B0E827; }
span { border-color: rgb(176,232,39); }
td.TdClassName
{
border-color: #B0E827;
}
.TagClassName
{
border-color: #B0E827;
}
</style>