Shades of Inch Worm #BAEA00
Tints of Inch Worm #BAEA00
RGB
CMYK
RGB Variations
Color information
#BAEA00 (or 0xBAEA00) is known color: Inch Worm. HEX triplet: BA, EA and 00. RGB value is (186,234,0). Sum of RGB (Red+Green+Blue) = 186+234+0=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 234 (91.80% from 255 or 55.71% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAEA00 is #4515FF. Grayscale: #C1C1C1. Windows color (decimal): -4527616 or 60090. OLE color: 60090.
HSL color Cylindrical-coordinate representation of color #BAEA00: hue angle of 72.31º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAEA00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.08 |
| HSL | 72.31º | 1% | 0.46% | - |
| HSV(B) | 72.31º | 1% | 0.92% | - |
| XYZ | 49.67 | 69.28 | 10.76 | - |
| YUV | 192.97 | 19.1 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 0 | 0.21 | 0 | 1 | 0.08 | 72.31 | 1 | 0.46 |
| Hex | BA | EA | 0 | 15 | 0 | 64 | 8 | 48 | 64 | 2E |
| Octal | 272 | 352 | 0 | 25 | 0 | 144 | 10 | 110 | 144 | 56 |
| Binary | 10111010 | 11101010 | 0 | 10101 | 0 | 1100100 | 1000 | 1001000 | 1100100 | 101110 |
Color Harmonies of #BAEA00
Complementary color
Monochromatic Colors of #BAEA00
Black with #BAEA00
Text Example
Text Example
White with #BAEA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA00; }
p { color: rgb(186,234,0); }
H1.HeaderClassName
{
color: #BAEA00;
}
.AnyTagClassName
{
color: #BAEA00;
}
</style>
background-color css
<style>
a { background-color: #BAEA00; }
a { background-color: rgb(186,234,0); }
div.DivClassName
{
background-color: #BAEA00;
}
.BgClassName
{
background-color: #BAEA00;
}
</style>
border-color css
<style>
span { border-color: #BAEA00; }
span { border-color: rgb(186,234,0); }
td.TdClassName
{
border-color: #BAEA00;
}
.TagClassName
{
border-color: #BAEA00;
}
</style>