Shades of Inch Worm #BAE324
Tints of Inch Worm #BAE324
RGB
CMYK
RGB Variations
Color information
#BAE324 (or 0xBAE324) is known color: Inch Worm. HEX triplet: BA, E3 and 24. RGB value is (186,227,36). Sum of RGB (Red+Green+Blue) = 186+227+36=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE324 is #451CDB. Grayscale: #C1C1C1. Windows color (decimal): -4529372 or 2417594. OLE color: 2417594.
HSL color Cylindrical-coordinate representation of color #BAE324: hue angle of 72.88º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAE324 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 36 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.11 |
| HSL | 72.88º | 0.77% | 0.52% | - |
| HSV(B) | 72.88º | 0.84% | 0.89% | - |
| XYZ | 48.04 | 65.5 | 11.78 | - |
| YUV | 192.97 | 39.42 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 36 | 0.18 | 0 | 0.84 | 0.11 | 72.88 | 0.77 | 0.52 |
| Hex | BA | E3 | 24 | 12 | 0 | 54 | B | 49 | 4D | 34 |
| Octal | 272 | 343 | 44 | 22 | 0 | 124 | 13 | 111 | 115 | 64 |
| Binary | 10111010 | 11100011 | 100100 | 10010 | 0 | 1010100 | 1011 | 1001001 | 1001101 | 110100 |
Color Harmonies of #BAE324
Complementary color
Monochromatic Colors of #BAE324
Black with #BAE324
Text Example
Text Example
White with #BAE324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE324; }
p { color: rgb(186,227,36); }
H1.HeaderClassName
{
color: #BAE324;
}
.AnyTagClassName
{
color: #BAE324;
}
</style>
background-color css
<style>
a { background-color: #BAE324; }
a { background-color: rgb(186,227,36); }
div.DivClassName
{
background-color: #BAE324;
}
.BgClassName
{
background-color: #BAE324;
}
</style>
border-color css
<style>
span { border-color: #BAE324; }
span { border-color: rgb(186,227,36); }
td.TdClassName
{
border-color: #BAE324;
}
.TagClassName
{
border-color: #BAE324;
}
</style>