Shades of Inch Worm #BAE519
Tints of Inch Worm #BAE519
RGB
CMYK
RGB Variations
Color information
#BAE519 (or 0xBAE519) is known color: Inch Worm. HEX triplet: BA, E5 and 19. RGB value is (186,229,25). Sum of RGB (Red+Green+Blue) = 186+229+25=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 229 (89.84% from 255 or 52.05% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE519 is #451AE6. Grayscale: #C1C1C1. Windows color (decimal): -4528871 or 1697210. OLE color: 1697210.
HSL color Cylindrical-coordinate representation of color #BAE519: hue angle of 72.65º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAE519 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 25 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.10 |
| HSL | 72.65º | 0.8% | 0.5% | - |
| HSV(B) | 72.65º | 0.89% | 0.9% | - |
| XYZ | 48.44 | 66.55 | 11.21 | - |
| YUV | 192.89 | 33.25 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 25 | 0.19 | 0 | 0.89 | 0.10 | 72.65 | 0.8 | 0.5 |
| Hex | BA | E5 | 19 | 13 | 0 | 59 | A | 49 | 50 | 32 |
| Octal | 272 | 345 | 31 | 23 | 0 | 131 | 12 | 111 | 120 | 62 |
| Binary | 10111010 | 11100101 | 11001 | 10011 | 0 | 1011001 | 1010 | 1001001 | 1010000 | 110010 |
Color Harmonies of #BAE519
Complementary color
Monochromatic Colors of #BAE519
Black with #BAE519
Text Example
Text Example
White with #BAE519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE519; }
p { color: rgb(186,229,25); }
H1.HeaderClassName
{
color: #BAE519;
}
.AnyTagClassName
{
color: #BAE519;
}
</style>
background-color css
<style>
a { background-color: #BAE519; }
a { background-color: rgb(186,229,25); }
div.DivClassName
{
background-color: #BAE519;
}
.BgClassName
{
background-color: #BAE519;
}
</style>
border-color css
<style>
span { border-color: #BAE519; }
span { border-color: rgb(186,229,25); }
td.TdClassName
{
border-color: #BAE519;
}
.TagClassName
{
border-color: #BAE519;
}
</style>