Shades of Inch Worm #BAE30A
Tints of Inch Worm #BAE30A
RGB
CMYK
RGB Variations
Color information
#BAE30A (or 0xBAE30A) is known color: Inch Worm. HEX triplet: BA, E3 and 0A. RGB value is (186,227,10). Sum of RGB (Red+Green+Blue) = 186+227+10=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 227 (89.06% from 255 or 53.66% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE30A is #451CF5. Grayscale: #BEBEBE. Windows color (decimal): -4529398 or 713658. OLE color: 713658.
HSL color Cylindrical-coordinate representation of color #BAE30A: hue angle of 71.34º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAE30A is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 10 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.11 |
| HSL | 71.34º | 0.92% | 0.46% | - |
| HSV(B) | 71.34º | 0.96% | 0.89% | - |
| XYZ | 47.77 | 65.4 | 10.39 | - |
| YUV | 190 | 26.42 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 10 | 0.18 | 0 | 0.96 | 0.11 | 71.34 | 0.92 | 0.46 |
| Hex | BA | E3 | A | 12 | 0 | 60 | B | 47 | 5C | 2E |
| Octal | 272 | 343 | 12 | 22 | 0 | 140 | 13 | 107 | 134 | 56 |
| Binary | 10111010 | 11100011 | 1010 | 10010 | 0 | 1100000 | 1011 | 1000111 | 1011100 | 101110 |
Color Harmonies of #BAE30A
Complementary color
Monochromatic Colors of #BAE30A
Black with #BAE30A
Text Example
Text Example
White with #BAE30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE30A; }
p { color: rgb(186,227,10); }
H1.HeaderClassName
{
color: #BAE30A;
}
.AnyTagClassName
{
color: #BAE30A;
}
</style>
background-color css
<style>
a { background-color: #BAE30A; }
a { background-color: rgb(186,227,10); }
div.DivClassName
{
background-color: #BAE30A;
}
.BgClassName
{
background-color: #BAE30A;
}
</style>
border-color css
<style>
span { border-color: #BAE30A; }
span { border-color: rgb(186,227,10); }
td.TdClassName
{
border-color: #BAE30A;
}
.TagClassName
{
border-color: #BAE30A;
}
</style>