Shades of Inch Worm #BAE90A
Tints of Inch Worm #BAE90A
RGB
CMYK
RGB Variations
Color information
#BAE90A (or 0xBAE90A) is known color: Inch Worm. HEX triplet: BA, E9 and 0A. RGB value is (186,233,10). Sum of RGB (Red+Green+Blue) = 186+233+10=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 233 (91.41% from 255 or 54.31% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE90A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE90A is #4516F5. Grayscale: #C2C2C2. Windows color (decimal): -4527862 or 715194. OLE color: 715194.
HSL color Cylindrical-coordinate representation of color #BAE90A: hue angle of 72.65º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAE90A is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 10 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.09 |
| HSL | 72.65º | 0.92% | 0.48% | - |
| HSV(B) | 72.65º | 0.96% | 0.91% | - |
| XYZ | 49.44 | 68.74 | 10.95 | - |
| YUV | 193.53 | 24.43 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 10 | 0.20 | 0 | 0.96 | 0.09 | 72.65 | 0.92 | 0.48 |
| Hex | BA | E9 | A | 14 | 0 | 60 | 9 | 49 | 5C | 30 |
| Octal | 272 | 351 | 12 | 24 | 0 | 140 | 11 | 111 | 134 | 60 |
| Binary | 10111010 | 11101001 | 1010 | 10100 | 0 | 1100000 | 1001 | 1001001 | 1011100 | 110000 |
Color Harmonies of #BAE90A
Complementary color
Monochromatic Colors of #BAE90A
Black with #BAE90A
Text Example
Text Example
White with #BAE90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE90A; }
p { color: rgb(186,233,10); }
H1.HeaderClassName
{
color: #BAE90A;
}
.AnyTagClassName
{
color: #BAE90A;
}
</style>
background-color css
<style>
a { background-color: #BAE90A; }
a { background-color: rgb(186,233,10); }
div.DivClassName
{
background-color: #BAE90A;
}
.BgClassName
{
background-color: #BAE90A;
}
</style>
border-color css
<style>
span { border-color: #BAE90A; }
span { border-color: rgb(186,233,10); }
td.TdClassName
{
border-color: #BAE90A;
}
.TagClassName
{
border-color: #BAE90A;
}
</style>