Shades of Inch Worm #BAE316
Tints of Inch Worm #BAE316
RGB
CMYK
RGB Variations
Color information
#BAE316 (or 0xBAE316) is known color: Inch Worm. HEX triplet: BA, E3 and 16. RGB value is (186,227,22). Sum of RGB (Red+Green+Blue) = 186+227+22=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 227 (89.06% from 255 or 52.18% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE316 is #451CE9. Grayscale: #C0C0C0. Windows color (decimal): -4529386 or 1500090. OLE color: 1500090.
HSL color Cylindrical-coordinate representation of color #BAE316: hue angle of 72º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAE316 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 22 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.11 |
| HSL | 72º | 0.82% | 0.49% | - |
| HSV(B) | 72º | 0.9% | 0.89% | - |
| XYZ | 47.86 | 65.44 | 10.87 | - |
| YUV | 191.37 | 32.42 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 22 | 0.18 | 0 | 0.90 | 0.11 | 72 | 0.82 | 0.49 |
| Hex | BA | E3 | 16 | 12 | 0 | 5A | B | 48 | 52 | 31 |
| Octal | 272 | 343 | 26 | 22 | 0 | 132 | 13 | 110 | 122 | 61 |
| Binary | 10111010 | 11100011 | 10110 | 10010 | 0 | 1011010 | 1011 | 1001000 | 1010010 | 110001 |
Color Harmonies of #BAE316
Complementary color
Monochromatic Colors of #BAE316
Black with #BAE316
Text Example
Text Example
White with #BAE316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE316; }
p { color: rgb(186,227,22); }
H1.HeaderClassName
{
color: #BAE316;
}
.AnyTagClassName
{
color: #BAE316;
}
</style>
background-color css
<style>
a { background-color: #BAE316; }
a { background-color: rgb(186,227,22); }
div.DivClassName
{
background-color: #BAE316;
}
.BgClassName
{
background-color: #BAE316;
}
</style>
border-color css
<style>
span { border-color: #BAE316; }
span { border-color: rgb(186,227,22); }
td.TdClassName
{
border-color: #BAE316;
}
.TagClassName
{
border-color: #BAE316;
}
</style>