Shades of Inch Worm #BAE710
Tints of Inch Worm #BAE710
RGB
CMYK
RGB Variations
Color information
#BAE710 (or 0xBAE710) is known color: Inch Worm. HEX triplet: BA, E7 and 10. RGB value is (186,231,16). Sum of RGB (Red+Green+Blue) = 186+231+16=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 231 (90.62% from 255 or 53.35% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE710 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE710 is #4518EF. Grayscale: #C1C1C1. Windows color (decimal): -4528368 or 1107898. OLE color: 1107898.
HSL color Cylindrical-coordinate representation of color #BAE710: hue angle of 72.56º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAE710 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 16 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.09 |
| HSL | 72.56º | 0.87% | 0.48% | - |
| HSV(B) | 72.56º | 0.93% | 0.91% | - |
| XYZ | 48.92 | 67.63 | 10.97 | - |
| YUV | 193.04 | 28.09 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 16 | 0.19 | 0 | 0.93 | 0.09 | 72.56 | 0.87 | 0.48 |
| Hex | BA | E7 | 10 | 13 | 0 | 5D | 9 | 49 | 57 | 30 |
| Octal | 272 | 347 | 20 | 23 | 0 | 135 | 11 | 111 | 127 | 60 |
| Binary | 10111010 | 11100111 | 10000 | 10011 | 0 | 1011101 | 1001 | 1001001 | 1010111 | 110000 |
Color Harmonies of #BAE710
Complementary color
Monochromatic Colors of #BAE710
Black with #BAE710
Text Example
Text Example
White with #BAE710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE710; }
p { color: rgb(186,231,16); }
H1.HeaderClassName
{
color: #BAE710;
}
.AnyTagClassName
{
color: #BAE710;
}
</style>
background-color css
<style>
a { background-color: #BAE710; }
a { background-color: rgb(186,231,16); }
div.DivClassName
{
background-color: #BAE710;
}
.BgClassName
{
background-color: #BAE710;
}
</style>
border-color css
<style>
span { border-color: #BAE710; }
span { border-color: rgb(186,231,16); }
td.TdClassName
{
border-color: #BAE710;
}
.TagClassName
{
border-color: #BAE710;
}
</style>