Shades of Inch Worm #BAE422
Tints of Inch Worm #BAE422
RGB
CMYK
RGB Variations
Color information
#BAE422 (or 0xBAE422) is known color: Inch Worm. HEX triplet: BA, E4 and 22. RGB value is (186,228,34). Sum of RGB (Red+Green+Blue) = 186+228+34=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 228 (89.45% from 255 or 50.89% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE422 is #451BDD. Grayscale: #C2C2C2. Windows color (decimal): -4529118 or 2286778. OLE color: 2286778.
HSL color Cylindrical-coordinate representation of color #BAE422: hue angle of 72.99º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAE422 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 34 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.11 |
| HSL | 72.99º | 0.78% | 0.51% | - |
| HSV(B) | 72.99º | 0.85% | 0.89% | - |
| XYZ | 48.28 | 66.04 | 11.72 | - |
| YUV | 193.33 | 38.09 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 34 | 0.18 | 0 | 0.85 | 0.11 | 72.99 | 0.78 | 0.51 |
| Hex | BA | E4 | 22 | 12 | 0 | 55 | B | 49 | 4E | 33 |
| Octal | 272 | 344 | 42 | 22 | 0 | 125 | 13 | 111 | 116 | 63 |
| Binary | 10111010 | 11100100 | 100010 | 10010 | 0 | 1010101 | 1011 | 1001001 | 1001110 | 110011 |
Color Harmonies of #BAE422
Complementary color
Monochromatic Colors of #BAE422
Black with #BAE422
Text Example
Text Example
White with #BAE422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE422; }
p { color: rgb(186,228,34); }
H1.HeaderClassName
{
color: #BAE422;
}
.AnyTagClassName
{
color: #BAE422;
}
</style>
background-color css
<style>
a { background-color: #BAE422; }
a { background-color: rgb(186,228,34); }
div.DivClassName
{
background-color: #BAE422;
}
.BgClassName
{
background-color: #BAE422;
}
</style>
border-color css
<style>
span { border-color: #BAE422; }
span { border-color: rgb(186,228,34); }
td.TdClassName
{
border-color: #BAE422;
}
.TagClassName
{
border-color: #BAE422;
}
</style>