Shades of Inch Worm #BAE921
Tints of Inch Worm #BAE921
RGB
CMYK
RGB Variations
Color information
#BAE921 (or 0xBAE921) is known color: Inch Worm. HEX triplet: BA, E9 and 21. RGB value is (186,233,33). Sum of RGB (Red+Green+Blue) = 186+233+33=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 233 (91.41% from 255 or 51.55% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE921 is #4516DE. Grayscale: #C4C4C4. Windows color (decimal): -4527839 or 2222522. OLE color: 2222522.
HSL color Cylindrical-coordinate representation of color #BAE921: hue angle of 74.1º degrees, saturation: 0.82, 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 #BAE921 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 33 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.09 |
| HSL | 74.1º | 0.82% | 0.52% | - |
| HSV(B) | 74.1º | 0.86% | 0.91% | - |
| XYZ | 49.66 | 68.83 | 12.11 | - |
| YUV | 196.15 | 35.93 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 33 | 0.20 | 0 | 0.86 | 0.09 | 74.1 | 0.82 | 0.52 |
| Hex | BA | E9 | 21 | 14 | 0 | 56 | 9 | 4A | 52 | 34 |
| Octal | 272 | 351 | 41 | 24 | 0 | 126 | 11 | 112 | 122 | 64 |
| Binary | 10111010 | 11101001 | 100001 | 10100 | 0 | 1010110 | 1001 | 1001010 | 1010010 | 110100 |
Color Harmonies of #BAE921
Complementary color
Monochromatic Colors of #BAE921
Black with #BAE921
Text Example
Text Example
White with #BAE921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE921; }
p { color: rgb(186,233,33); }
H1.HeaderClassName
{
color: #BAE921;
}
.AnyTagClassName
{
color: #BAE921;
}
</style>
background-color css
<style>
a { background-color: #BAE921; }
a { background-color: rgb(186,233,33); }
div.DivClassName
{
background-color: #BAE921;
}
.BgClassName
{
background-color: #BAE921;
}
</style>
border-color css
<style>
span { border-color: #BAE921; }
span { border-color: rgb(186,233,33); }
td.TdClassName
{
border-color: #BAE921;
}
.TagClassName
{
border-color: #BAE921;
}
</style>