Shades of Inch Worm #BAE80C
Tints of Inch Worm #BAE80C
RGB
CMYK
RGB Variations
Color information
#BAE80C (or 0xBAE80C) is known color: Inch Worm. HEX triplet: BA, E8 and 0C. RGB value is (186,232,12). Sum of RGB (Red+Green+Blue) = 186+232+12=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 232 (91.02% from 255 or 53.95% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE80C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE80C is #4517F3. Grayscale: #C2C2C2. Windows color (decimal): -4528116 or 846010. OLE color: 846010.
HSL color Cylindrical-coordinate representation of color #BAE80C: hue angle of 72.55º 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 #BAE80C is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 12 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.09 |
| HSL | 72.55º | 0.9% | 0.48% | - |
| HSV(B) | 72.55º | 0.95% | 0.91% | - |
| XYZ | 49.17 | 68.18 | 10.92 | - |
| YUV | 193.17 | 25.76 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 12 | 0.20 | 0 | 0.95 | 0.09 | 72.55 | 0.9 | 0.48 |
| Hex | BA | E8 | C | 14 | 0 | 5F | 9 | 49 | 5A | 30 |
| Octal | 272 | 350 | 14 | 24 | 0 | 137 | 11 | 111 | 132 | 60 |
| Binary | 10111010 | 11101000 | 1100 | 10100 | 0 | 1011111 | 1001 | 1001001 | 1011010 | 110000 |
Color Harmonies of #BAE80C
Complementary color
Monochromatic Colors of #BAE80C
Black with #BAE80C
Text Example
Text Example
White with #BAE80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE80C; }
p { color: rgb(186,232,12); }
H1.HeaderClassName
{
color: #BAE80C;
}
.AnyTagClassName
{
color: #BAE80C;
}
</style>
background-color css
<style>
a { background-color: #BAE80C; }
a { background-color: rgb(186,232,12); }
div.DivClassName
{
background-color: #BAE80C;
}
.BgClassName
{
background-color: #BAE80C;
}
</style>
border-color css
<style>
span { border-color: #BAE80C; }
span { border-color: rgb(186,232,12); }
td.TdClassName
{
border-color: #BAE80C;
}
.TagClassName
{
border-color: #BAE80C;
}
</style>