Shades of Inch Worm #BAE511
Tints of Inch Worm #BAE511
RGB
CMYK
RGB Variations
Color information
#BAE511 (or 0xBAE511) is known color: Inch Worm. HEX triplet: BA, E5 and 11. RGB value is (186,229,17). Sum of RGB (Red+Green+Blue) = 186+229+17=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 229 (89.84% from 255 or 53.01% from 432); Blue value is 17 (7.03% from 255 or 3.94% from 432); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE511 is #451AEE. Grayscale: #C0C0C0. Windows color (decimal): -4528879 or 1172922. OLE color: 1172922.
HSL color Cylindrical-coordinate representation of color #BAE511: hue angle of 72.17º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAE511 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 17 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.10 |
| HSL | 72.17º | 0.86% | 0.48% | - |
| HSV(B) | 72.17º | 0.93% | 0.9% | - |
| XYZ | 48.37 | 66.52 | 10.82 | - |
| YUV | 191.98 | 29.25 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 17 | 0.19 | 0 | 0.93 | 0.10 | 72.17 | 0.86 | 0.48 |
| Hex | BA | E5 | 11 | 13 | 0 | 5D | A | 48 | 56 | 30 |
| Octal | 272 | 345 | 21 | 23 | 0 | 135 | 12 | 110 | 126 | 60 |
| Binary | 10111010 | 11100101 | 10001 | 10011 | 0 | 1011101 | 1010 | 1001000 | 1010110 | 110000 |
Color Harmonies of #BAE511
Complementary color
Monochromatic Colors of #BAE511
Black with #BAE511
Text Example
Text Example
White with #BAE511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE511; }
p { color: rgb(186,229,17); }
H1.HeaderClassName
{
color: #BAE511;
}
.AnyTagClassName
{
color: #BAE511;
}
</style>
background-color css
<style>
a { background-color: #BAE511; }
a { background-color: rgb(186,229,17); }
div.DivClassName
{
background-color: #BAE511;
}
.BgClassName
{
background-color: #BAE511;
}
</style>
border-color css
<style>
span { border-color: #BAE511; }
span { border-color: rgb(186,229,17); }
td.TdClassName
{
border-color: #BAE511;
}
.TagClassName
{
border-color: #BAE511;
}
</style>