Shades of Inch Worm #BAE80B
Tints of Inch Worm #BAE80B
RGB
CMYK
RGB Variations
Color information
#BAE80B (or 0xBAE80B) is known color: Inch Worm. HEX triplet: BA, E8 and 0B. RGB value is (186,232,11). Sum of RGB (Red+Green+Blue) = 186+232+11=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 232 (91.02% from 255 or 54.08% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE80B is #4517F4. Grayscale: #C1C1C1. Windows color (decimal): -4528117 or 780474. OLE color: 780474.
HSL color Cylindrical-coordinate representation of color #BAE80B: hue angle of 72.49º degrees, saturation: 0.91, 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 #BAE80B is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 11 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.09 |
| HSL | 72.49º | 0.91% | 0.48% | - |
| HSV(B) | 72.49º | 0.95% | 0.91% | - |
| XYZ | 49.17 | 68.18 | 10.88 | - |
| YUV | 193.05 | 25.26 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 11 | 0.20 | 0 | 0.95 | 0.09 | 72.49 | 0.91 | 0.48 |
| Hex | BA | E8 | B | 14 | 0 | 5F | 9 | 48 | 5B | 30 |
| Octal | 272 | 350 | 13 | 24 | 0 | 137 | 11 | 110 | 133 | 60 |
| Binary | 10111010 | 11101000 | 1011 | 10100 | 0 | 1011111 | 1001 | 1001000 | 1011011 | 110000 |
Color Harmonies of #BAE80B
Complementary color
Monochromatic Colors of #BAE80B
Black with #BAE80B
Text Example
Text Example
White with #BAE80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE80B; }
p { color: rgb(186,232,11); }
H1.HeaderClassName
{
color: #BAE80B;
}
.AnyTagClassName
{
color: #BAE80B;
}
</style>
background-color css
<style>
a { background-color: #BAE80B; }
a { background-color: rgb(186,232,11); }
div.DivClassName
{
background-color: #BAE80B;
}
.BgClassName
{
background-color: #BAE80B;
}
</style>
border-color css
<style>
span { border-color: #BAE80B; }
span { border-color: rgb(186,232,11); }
td.TdClassName
{
border-color: #BAE80B;
}
.TagClassName
{
border-color: #BAE80B;
}
</style>