Shades of Inch Worm #BAE112
Tints of Inch Worm #BAE112
RGB
CMYK
RGB Variations
Color information
#BAE112 (or 0xBAE112) is known color: Inch Worm. HEX triplet: BA, E1 and 12. RGB value is (186,225,18). Sum of RGB (Red+Green+Blue) = 186+225+18=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE112 is #451EED. Grayscale: #BEBEBE. Windows color (decimal): -4529902 or 1237434. OLE color: 1237434.
HSL color Cylindrical-coordinate representation of color #BAE112: hue angle of 71.3º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAE112 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 18 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.12 |
| HSL | 71.3º | 0.85% | 0.48% | - |
| HSV(B) | 71.3º | 0.92% | 0.88% | - |
| XYZ | 47.28 | 64.33 | 10.5 | - |
| YUV | 189.74 | 31.08 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 18 | 0.17 | 0 | 0.92 | 0.12 | 71.3 | 0.85 | 0.48 |
| Hex | BA | E1 | 12 | 11 | 0 | 5C | C | 47 | 55 | 30 |
| Octal | 272 | 341 | 22 | 21 | 0 | 134 | 14 | 107 | 125 | 60 |
| Binary | 10111010 | 11100001 | 10010 | 10001 | 0 | 1011100 | 1100 | 1000111 | 1010101 | 110000 |
Color Harmonies of #BAE112
Complementary color
Monochromatic Colors of #BAE112
Black with #BAE112
Text Example
Text Example
White with #BAE112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE112; }
p { color: rgb(186,225,18); }
H1.HeaderClassName
{
color: #BAE112;
}
.AnyTagClassName
{
color: #BAE112;
}
</style>
background-color css
<style>
a { background-color: #BAE112; }
a { background-color: rgb(186,225,18); }
div.DivClassName
{
background-color: #BAE112;
}
.BgClassName
{
background-color: #BAE112;
}
</style>
border-color css
<style>
span { border-color: #BAE112; }
span { border-color: rgb(186,225,18); }
td.TdClassName
{
border-color: #BAE112;
}
.TagClassName
{
border-color: #BAE112;
}
</style>