Shades of Inch Worm #BAE10A
Tints of Inch Worm #BAE10A
RGB
CMYK
RGB Variations
Color information
#BAE10A (or 0xBAE10A) is known color: Inch Worm. HEX triplet: BA, E1 and 0A. RGB value is (186,225,10). Sum of RGB (Red+Green+Blue) = 186+225+10=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 225 (88.28% from 255 or 53.44% from 421); Blue value is 10 (4.30% from 255 or 2.38% from 421); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE10A is #451EF5. Grayscale: #BDBDBD. Windows color (decimal): -4529910 or 713146. OLE color: 713146.
HSL color Cylindrical-coordinate representation of color #BAE10A: hue angle of 70.88º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAE10A is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 10 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.12 |
| HSL | 70.88º | 0.91% | 0.46% | - |
| HSV(B) | 70.88º | 0.96% | 0.88% | - |
| XYZ | 47.23 | 64.31 | 10.21 | - |
| YUV | 188.83 | 27.08 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 10 | 0.17 | 0 | 0.96 | 0.12 | 70.88 | 0.91 | 0.46 |
| Hex | BA | E1 | A | 11 | 0 | 60 | C | 47 | 5B | 2E |
| Octal | 272 | 341 | 12 | 21 | 0 | 140 | 14 | 107 | 133 | 56 |
| Binary | 10111010 | 11100001 | 1010 | 10001 | 0 | 1100000 | 1100 | 1000111 | 1011011 | 101110 |
Color Harmonies of #BAE10A
Complementary color
Monochromatic Colors of #BAE10A
Black with #BAE10A
Text Example
Text Example
White with #BAE10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE10A; }
p { color: rgb(186,225,10); }
H1.HeaderClassName
{
color: #BAE10A;
}
.AnyTagClassName
{
color: #BAE10A;
}
</style>
background-color css
<style>
a { background-color: #BAE10A; }
a { background-color: rgb(186,225,10); }
div.DivClassName
{
background-color: #BAE10A;
}
.BgClassName
{
background-color: #BAE10A;
}
</style>
border-color css
<style>
span { border-color: #BAE10A; }
span { border-color: rgb(186,225,10); }
td.TdClassName
{
border-color: #BAE10A;
}
.TagClassName
{
border-color: #BAE10A;
}
</style>