Shades of Inch Worm #B2E21A
Tints of Inch Worm #B2E21A
RGB
CMYK
RGB Variations
Color information
#B2E21A (or 0xB2E21A) is known color: Inch Worm. HEX triplet: B2, E2 and 1A. RGB value is (178,226,26). Sum of RGB (Red+Green+Blue) = 178+226+26=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 226 (88.67% from 255 or 52.56% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E21A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E21A is #4D1DE5. Grayscale: #BDBDBD. Windows color (decimal): -5053926 or 1761970. OLE color: 1761970.
HSL color Cylindrical-coordinate representation of color #B2E21A: hue angle of 74.4º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2E21A is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 226 | 26 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.11 |
| HSL | 74.4º | 0.79% | 0.49% | - |
| HSV(B) | 74.4º | 0.88% | 0.89% | - |
| XYZ | 45.74 | 63.93 | 10.91 | - |
| YUV | 188.85 | 36.1 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 226 | 26 | 0.21 | 0 | 0.88 | 0.11 | 74.4 | 0.79 | 0.49 |
| Hex | B2 | E2 | 1A | 15 | 0 | 58 | B | 4A | 4F | 31 |
| Octal | 262 | 342 | 32 | 25 | 0 | 130 | 13 | 112 | 117 | 61 |
| Binary | 10110010 | 11100010 | 11010 | 10101 | 0 | 1011000 | 1011 | 1001010 | 1001111 | 110001 |
Color Harmonies of #B2E21A
Complementary color
Monochromatic Colors of #B2E21A
Black with #B2E21A
Text Example
Text Example
White with #B2E21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E21A; }
p { color: rgb(178,226,26); }
H1.HeaderClassName
{
color: #B2E21A;
}
.AnyTagClassName
{
color: #B2E21A;
}
</style>
background-color css
<style>
a { background-color: #B2E21A; }
a { background-color: rgb(178,226,26); }
div.DivClassName
{
background-color: #B2E21A;
}
.BgClassName
{
background-color: #B2E21A;
}
</style>
border-color css
<style>
span { border-color: #B2E21A; }
span { border-color: rgb(178,226,26); }
td.TdClassName
{
border-color: #B2E21A;
}
.TagClassName
{
border-color: #B2E21A;
}
</style>