Shades of Inch Worm #B2E929
Tints of Inch Worm #B2E929
RGB
CMYK
RGB Variations
Color information
#B2E929 (or 0xB2E929) is known color: Inch Worm. HEX triplet: B2, E9 and 29. RGB value is (178,233,41). Sum of RGB (Red+Green+Blue) = 178+233+41=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 233 (91.41% from 255 or 51.55% from 452); Blue value is 41 (16.41% from 255 or 9.07% from 452); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E929 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2E929 is #4D16D6. Grayscale: #C3C3C3. Windows color (decimal): -5052119 or 2746802. OLE color: 2746802.
HSL color Cylindrical-coordinate representation of color #B2E929: hue angle of 77.19º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2E929 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 233 | 41 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.09 |
| HSL | 77.19º | 0.81% | 0.54% | - |
| HSV(B) | 77.19º | 0.82% | 0.91% | - |
| XYZ | 47.9 | 67.9 | 12.68 | - |
| YUV | 194.67 | 41.28 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 233 | 41 | 0.24 | 0 | 0.82 | 0.09 | 77.19 | 0.81 | 0.54 |
| Hex | B2 | E9 | 29 | 18 | 0 | 52 | 9 | 4D | 51 | 36 |
| Octal | 262 | 351 | 51 | 30 | 0 | 122 | 11 | 115 | 121 | 66 |
| Binary | 10110010 | 11101001 | 101001 | 11000 | 0 | 1010010 | 1001 | 1001101 | 1010001 | 110110 |
Color Harmonies of #B2E929
Complementary color
Monochromatic Colors of #B2E929
Black with #B2E929
Text Example
Text Example
White with #B2E929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E929; }
p { color: rgb(178,233,41); }
H1.HeaderClassName
{
color: #B2E929;
}
.AnyTagClassName
{
color: #B2E929;
}
</style>
background-color css
<style>
a { background-color: #B2E929; }
a { background-color: rgb(178,233,41); }
div.DivClassName
{
background-color: #B2E929;
}
.BgClassName
{
background-color: #B2E929;
}
</style>
border-color css
<style>
span { border-color: #B2E929; }
span { border-color: rgb(178,233,41); }
td.TdClassName
{
border-color: #B2E929;
}
.TagClassName
{
border-color: #B2E929;
}
</style>