Shades of Inch Worm #BAE90C
Tints of Inch Worm #BAE90C
RGB
CMYK
RGB Variations
Color information
#BAE90C (or 0xBAE90C) is known color: Inch Worm. HEX triplet: BA, E9 and 0C. RGB value is (186,233,12). Sum of RGB (Red+Green+Blue) = 186+233+12=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 233 (91.41% from 255 or 54.06% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE90C is #4516F3. Grayscale: #C2C2C2. Windows color (decimal): -4527860 or 846266. OLE color: 846266.
HSL color Cylindrical-coordinate representation of color #BAE90C: hue angle of 72.76º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAE90C is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 12 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.09 |
| HSL | 72.76º | 0.9% | 0.48% | - |
| HSV(B) | 72.76º | 0.95% | 0.91% | - |
| XYZ | 49.45 | 68.74 | 11.01 | - |
| YUV | 193.75 | 25.43 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 12 | 0.20 | 0 | 0.95 | 0.09 | 72.76 | 0.9 | 0.48 |
| Hex | BA | E9 | C | 14 | 0 | 5F | 9 | 49 | 5A | 30 |
| Octal | 272 | 351 | 14 | 24 | 0 | 137 | 11 | 111 | 132 | 60 |
| Binary | 10111010 | 11101001 | 1100 | 10100 | 0 | 1011111 | 1001 | 1001001 | 1011010 | 110000 |
Color Harmonies of #BAE90C
Complementary color
Monochromatic Colors of #BAE90C
Black with #BAE90C
Text Example
Text Example
White with #BAE90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE90C; }
p { color: rgb(186,233,12); }
H1.HeaderClassName
{
color: #BAE90C;
}
.AnyTagClassName
{
color: #BAE90C;
}
</style>
background-color css
<style>
a { background-color: #BAE90C; }
a { background-color: rgb(186,233,12); }
div.DivClassName
{
background-color: #BAE90C;
}
.BgClassName
{
background-color: #BAE90C;
}
</style>
border-color css
<style>
span { border-color: #BAE90C; }
span { border-color: rgb(186,233,12); }
td.TdClassName
{
border-color: #BAE90C;
}
.TagClassName
{
border-color: #BAE90C;
}
</style>