Shades of Inch Worm #BAE524
Tints of Inch Worm #BAE524
RGB
CMYK
RGB Variations
Color information
#BAE524 (or 0xBAE524) is known color: Inch Worm. HEX triplet: BA, E5 and 24. RGB value is (186,229,36). Sum of RGB (Red+Green+Blue) = 186+229+36=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE524 is #451ADB. Grayscale: #C2C2C2. Windows color (decimal): -4528860 or 2418106. OLE color: 2418106.
HSL color Cylindrical-coordinate representation of color #BAE524: hue angle of 73.37º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAE524 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 36 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.10 |
| HSL | 73.37º | 0.79% | 0.52% | - |
| HSV(B) | 73.37º | 0.84% | 0.9% | - |
| XYZ | 48.59 | 66.61 | 11.96 | - |
| YUV | 194.14 | 38.75 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 36 | 0.19 | 0 | 0.84 | 0.10 | 73.37 | 0.79 | 0.52 |
| Hex | BA | E5 | 24 | 13 | 0 | 54 | A | 49 | 4F | 34 |
| Octal | 272 | 345 | 44 | 23 | 0 | 124 | 12 | 111 | 117 | 64 |
| Binary | 10111010 | 11100101 | 100100 | 10011 | 0 | 1010100 | 1010 | 1001001 | 1001111 | 110100 |
Color Harmonies of #BAE524
Complementary color
Monochromatic Colors of #BAE524
Black with #BAE524
Text Example
Text Example
White with #BAE524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE524; }
p { color: rgb(186,229,36); }
H1.HeaderClassName
{
color: #BAE524;
}
.AnyTagClassName
{
color: #BAE524;
}
</style>
background-color css
<style>
a { background-color: #BAE524; }
a { background-color: rgb(186,229,36); }
div.DivClassName
{
background-color: #BAE524;
}
.BgClassName
{
background-color: #BAE524;
}
</style>
border-color css
<style>
span { border-color: #BAE524; }
span { border-color: rgb(186,229,36); }
td.TdClassName
{
border-color: #BAE524;
}
.TagClassName
{
border-color: #BAE524;
}
</style>