Shades of Inch Worm #BAE00A
Tints of Inch Worm #BAE00A
RGB
CMYK
RGB Variations
Color information
#BAE00A (or 0xBAE00A) is known color: Inch Worm. HEX triplet: BA, E0 and 0A. RGB value is (186,224,10). Sum of RGB (Red+Green+Blue) = 186+224+10=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE00A is #451FF5. Grayscale: #BDBDBD. Windows color (decimal): -4530166 or 712890. OLE color: 712890.
HSL color Cylindrical-coordinate representation of color #BAE00A: hue angle of 70.65º 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 #BAE00A is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 10 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.12 |
| HSL | 70.65º | 0.91% | 0.46% | - |
| HSV(B) | 70.65º | 0.96% | 0.88% | - |
| XYZ | 46.96 | 63.77 | 10.12 | - |
| YUV | 188.24 | 27.41 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 10 | 0.17 | 0 | 0.96 | 0.12 | 70.65 | 0.91 | 0.46 |
| Hex | BA | E0 | A | 11 | 0 | 60 | C | 47 | 5B | 2E |
| Octal | 272 | 340 | 12 | 21 | 0 | 140 | 14 | 107 | 133 | 56 |
| Binary | 10111010 | 11100000 | 1010 | 10001 | 0 | 1100000 | 1100 | 1000111 | 1011011 | 101110 |
Color Harmonies of #BAE00A
Complementary color
Monochromatic Colors of #BAE00A
Black with #BAE00A
Text Example
Text Example
White with #BAE00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE00A; }
p { color: rgb(186,224,10); }
H1.HeaderClassName
{
color: #BAE00A;
}
.AnyTagClassName
{
color: #BAE00A;
}
</style>
background-color css
<style>
a { background-color: #BAE00A; }
a { background-color: rgb(186,224,10); }
div.DivClassName
{
background-color: #BAE00A;
}
.BgClassName
{
background-color: #BAE00A;
}
</style>
border-color css
<style>
span { border-color: #BAE00A; }
span { border-color: rgb(186,224,10); }
td.TdClassName
{
border-color: #BAE00A;
}
.TagClassName
{
border-color: #BAE00A;
}
</style>