Shades of Inch Worm #BAE821
Tints of Inch Worm #BAE821
RGB
CMYK
RGB Variations
Color information
#BAE821 (or 0xBAE821) is known color: Inch Worm. HEX triplet: BA, E8 and 21. RGB value is (186,232,33). Sum of RGB (Red+Green+Blue) = 186+232+33=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 232 (91.02% from 255 or 51.44% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE821 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE821 is #4517DE. Grayscale: #C4C4C4. Windows color (decimal): -4528095 or 2222266. OLE color: 2222266.
HSL color Cylindrical-coordinate representation of color #BAE821: hue angle of 73.87º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAE821 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 33 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.09 |
| HSL | 73.87º | 0.81% | 0.52% | - |
| HSV(B) | 73.87º | 0.86% | 0.91% | - |
| XYZ | 49.38 | 68.26 | 12.01 | - |
| YUV | 195.56 | 36.26 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 33 | 0.20 | 0 | 0.86 | 0.09 | 73.87 | 0.81 | 0.52 |
| Hex | BA | E8 | 21 | 14 | 0 | 56 | 9 | 4A | 51 | 34 |
| Octal | 272 | 350 | 41 | 24 | 0 | 126 | 11 | 112 | 121 | 64 |
| Binary | 10111010 | 11101000 | 100001 | 10100 | 0 | 1010110 | 1001 | 1001010 | 1010001 | 110100 |
Color Harmonies of #BAE821
Complementary color
Monochromatic Colors of #BAE821
Black with #BAE821
Text Example
Text Example
White with #BAE821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE821; }
p { color: rgb(186,232,33); }
H1.HeaderClassName
{
color: #BAE821;
}
.AnyTagClassName
{
color: #BAE821;
}
</style>
background-color css
<style>
a { background-color: #BAE821; }
a { background-color: rgb(186,232,33); }
div.DivClassName
{
background-color: #BAE821;
}
.BgClassName
{
background-color: #BAE821;
}
</style>
border-color css
<style>
span { border-color: #BAE821; }
span { border-color: rgb(186,232,33); }
td.TdClassName
{
border-color: #BAE821;
}
.TagClassName
{
border-color: #BAE821;
}
</style>