Shades of Inch Worm #BAE314
Tints of Inch Worm #BAE314
RGB
CMYK
RGB Variations
Color information
#BAE314 (or 0xBAE314) is known color: Inch Worm. HEX triplet: BA, E3 and 14. RGB value is (186,227,20). Sum of RGB (Red+Green+Blue) = 186+227+20=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 227 (89.06% from 255 or 52.42% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE314 is #451CEB. Grayscale: #BFBFBF. Windows color (decimal): -4529388 or 1369018. OLE color: 1369018.
HSL color Cylindrical-coordinate representation of color #BAE314: hue angle of 71.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAE314 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 20 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.11 |
| HSL | 71.88º | 0.84% | 0.48% | - |
| HSV(B) | 71.88º | 0.91% | 0.89% | - |
| XYZ | 47.85 | 65.43 | 10.77 | - |
| YUV | 191.14 | 31.42 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 20 | 0.18 | 0 | 0.91 | 0.11 | 71.88 | 0.84 | 0.48 |
| Hex | BA | E3 | 14 | 12 | 0 | 5B | B | 48 | 54 | 30 |
| Octal | 272 | 343 | 24 | 22 | 0 | 133 | 13 | 110 | 124 | 60 |
| Binary | 10111010 | 11100011 | 10100 | 10010 | 0 | 1011011 | 1011 | 1001000 | 1010100 | 110000 |
Color Harmonies of #BAE314
Complementary color
Monochromatic Colors of #BAE314
Black with #BAE314
Text Example
Text Example
White with #BAE314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE314; }
p { color: rgb(186,227,20); }
H1.HeaderClassName
{
color: #BAE314;
}
.AnyTagClassName
{
color: #BAE314;
}
</style>
background-color css
<style>
a { background-color: #BAE314; }
a { background-color: rgb(186,227,20); }
div.DivClassName
{
background-color: #BAE314;
}
.BgClassName
{
background-color: #BAE314;
}
</style>
border-color css
<style>
span { border-color: #BAE314; }
span { border-color: rgb(186,227,20); }
td.TdClassName
{
border-color: #BAE314;
}
.TagClassName
{
border-color: #BAE314;
}
</style>