Shades of Inch Worm #BAE311
Tints of Inch Worm #BAE311
RGB
CMYK
RGB Variations
Color information
#BAE311 (or 0xBAE311) is known color: Inch Worm. HEX triplet: BA, E3 and 11. RGB value is (186,227,17). Sum of RGB (Red+Green+Blue) = 186+227+17=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 227 (89.06% from 255 or 52.79% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE311 is #451CEE. Grayscale: #BFBFBF. Windows color (decimal): -4529391 or 1172410. OLE color: 1172410.
HSL color Cylindrical-coordinate representation of color #BAE311: hue angle of 71.71º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAE311 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 17 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.11 |
| HSL | 71.71º | 0.86% | 0.48% | - |
| HSV(B) | 71.71º | 0.93% | 0.89% | - |
| XYZ | 47.82 | 65.42 | 10.64 | - |
| YUV | 190.8 | 29.92 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 17 | 0.18 | 0 | 0.93 | 0.11 | 71.71 | 0.86 | 0.48 |
| Hex | BA | E3 | 11 | 12 | 0 | 5D | B | 48 | 56 | 30 |
| Octal | 272 | 343 | 21 | 22 | 0 | 135 | 13 | 110 | 126 | 60 |
| Binary | 10111010 | 11100011 | 10001 | 10010 | 0 | 1011101 | 1011 | 1001000 | 1010110 | 110000 |
Color Harmonies of #BAE311
Complementary color
Monochromatic Colors of #BAE311
Black with #BAE311
Text Example
Text Example
White with #BAE311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE311; }
p { color: rgb(186,227,17); }
H1.HeaderClassName
{
color: #BAE311;
}
.AnyTagClassName
{
color: #BAE311;
}
</style>
background-color css
<style>
a { background-color: #BAE311; }
a { background-color: rgb(186,227,17); }
div.DivClassName
{
background-color: #BAE311;
}
.BgClassName
{
background-color: #BAE311;
}
</style>
border-color css
<style>
span { border-color: #BAE311; }
span { border-color: rgb(186,227,17); }
td.TdClassName
{
border-color: #BAE311;
}
.TagClassName
{
border-color: #BAE311;
}
</style>