Shades of Inch Worm #BAE213
Tints of Inch Worm #BAE213
RGB
CMYK
RGB Variations
Color information
#BAE213 (or 0xBAE213) is known color: Inch Worm. HEX triplet: BA, E2 and 13. RGB value is (186,226,19). Sum of RGB (Red+Green+Blue) = 186+226+19=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 226 (88.67% from 255 or 52.44% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE213 is #451DEC. Grayscale: #BFBFBF. Windows color (decimal): -4529645 or 1303226. OLE color: 1303226.
HSL color Cylindrical-coordinate representation of color #BAE213: hue angle of 71.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAE213 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 19 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.11 |
| HSL | 71.59º | 0.84% | 0.48% | - |
| HSV(B) | 71.59º | 0.92% | 0.89% | - |
| XYZ | 47.56 | 64.88 | 10.63 | - |
| YUV | 190.44 | 31.25 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 19 | 0.18 | 0 | 0.92 | 0.11 | 71.59 | 0.84 | 0.48 |
| Hex | BA | E2 | 13 | 12 | 0 | 5C | B | 48 | 54 | 30 |
| Octal | 272 | 342 | 23 | 22 | 0 | 134 | 13 | 110 | 124 | 60 |
| Binary | 10111010 | 11100010 | 10011 | 10010 | 0 | 1011100 | 1011 | 1001000 | 1010100 | 110000 |
Color Harmonies of #BAE213
Complementary color
Monochromatic Colors of #BAE213
Black with #BAE213
Text Example
Text Example
White with #BAE213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE213; }
p { color: rgb(186,226,19); }
H1.HeaderClassName
{
color: #BAE213;
}
.AnyTagClassName
{
color: #BAE213;
}
</style>
background-color css
<style>
a { background-color: #BAE213; }
a { background-color: rgb(186,226,19); }
div.DivClassName
{
background-color: #BAE213;
}
.BgClassName
{
background-color: #BAE213;
}
</style>
border-color css
<style>
span { border-color: #BAE213; }
span { border-color: rgb(186,226,19); }
td.TdClassName
{
border-color: #BAE213;
}
.TagClassName
{
border-color: #BAE213;
}
</style>