Shades of Inch Worm #BAE80D
Tints of Inch Worm #BAE80D
RGB
CMYK
RGB Variations
Color information
#BAE80D (or 0xBAE80D) is known color: Inch Worm. HEX triplet: BA, E8 and 0D. RGB value is (186,232,13). Sum of RGB (Red+Green+Blue) = 186+232+13=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 232 (91.02% from 255 or 53.83% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE80D is #4517F2. Grayscale: #C2C2C2. Windows color (decimal): -4528115 or 911546. OLE color: 911546.
HSL color Cylindrical-coordinate representation of color #BAE80D: hue angle of 72.6º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAE80D is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 13 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.09 |
| HSL | 72.6º | 0.89% | 0.48% | - |
| HSV(B) | 72.6º | 0.94% | 0.91% | - |
| XYZ | 49.18 | 68.18 | 10.95 | - |
| YUV | 193.28 | 26.26 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 13 | 0.20 | 0 | 0.94 | 0.09 | 72.6 | 0.89 | 0.48 |
| Hex | BA | E8 | D | 14 | 0 | 5E | 9 | 49 | 59 | 30 |
| Octal | 272 | 350 | 15 | 24 | 0 | 136 | 11 | 111 | 131 | 60 |
| Binary | 10111010 | 11101000 | 1101 | 10100 | 0 | 1011110 | 1001 | 1001001 | 1011001 | 110000 |
Color Harmonies of #BAE80D
Complementary color
Monochromatic Colors of #BAE80D
Black with #BAE80D
Text Example
Text Example
White with #BAE80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE80D; }
p { color: rgb(186,232,13); }
H1.HeaderClassName
{
color: #BAE80D;
}
.AnyTagClassName
{
color: #BAE80D;
}
</style>
background-color css
<style>
a { background-color: #BAE80D; }
a { background-color: rgb(186,232,13); }
div.DivClassName
{
background-color: #BAE80D;
}
.BgClassName
{
background-color: #BAE80D;
}
</style>
border-color css
<style>
span { border-color: #BAE80D; }
span { border-color: rgb(186,232,13); }
td.TdClassName
{
border-color: #BAE80D;
}
.TagClassName
{
border-color: #BAE80D;
}
</style>