Shades of Inch Worm #BAE421
Tints of Inch Worm #BAE421
RGB
CMYK
RGB Variations
Color information
#BAE421 (or 0xBAE421) is known color: Inch Worm. HEX triplet: BA, E4 and 21. RGB value is (186,228,33). Sum of RGB (Red+Green+Blue) = 186+228+33=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE421 is #451BDE. Grayscale: #C1C1C1. Windows color (decimal): -4529119 or 2221242. OLE color: 2221242.
HSL color Cylindrical-coordinate representation of color #BAE421: hue angle of 72.92º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAE421 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 33 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.11 |
| HSL | 72.92º | 0.78% | 0.51% | - |
| HSV(B) | 72.92º | 0.86% | 0.89% | - |
| XYZ | 48.27 | 66.04 | 11.64 | - |
| YUV | 193.21 | 37.59 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 33 | 0.18 | 0 | 0.86 | 0.11 | 72.92 | 0.78 | 0.51 |
| Hex | BA | E4 | 21 | 12 | 0 | 56 | B | 49 | 4E | 33 |
| Octal | 272 | 344 | 41 | 22 | 0 | 126 | 13 | 111 | 116 | 63 |
| Binary | 10111010 | 11100100 | 100001 | 10010 | 0 | 1010110 | 1011 | 1001001 | 1001110 | 110011 |
Color Harmonies of #BAE421
Complementary color
Monochromatic Colors of #BAE421
Black with #BAE421
Text Example
Text Example
White with #BAE421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE421; }
p { color: rgb(186,228,33); }
H1.HeaderClassName
{
color: #BAE421;
}
.AnyTagClassName
{
color: #BAE421;
}
</style>
background-color css
<style>
a { background-color: #BAE421; }
a { background-color: rgb(186,228,33); }
div.DivClassName
{
background-color: #BAE421;
}
.BgClassName
{
background-color: #BAE421;
}
</style>
border-color css
<style>
span { border-color: #BAE421; }
span { border-color: rgb(186,228,33); }
td.TdClassName
{
border-color: #BAE421;
}
.TagClassName
{
border-color: #BAE421;
}
</style>