Shades of Inch Worm #BAE503
Tints of Inch Worm #BAE503
RGB
CMYK
RGB Variations
Color information
#BAE503 (or 0xBAE503) is known color: Inch Worm. HEX triplet: BA, E5 and 03. RGB value is (186,229,3). Sum of RGB (Red+Green+Blue) = 186+229+3=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 229 (89.84% from 255 or 54.78% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE503 is #451AFC. Grayscale: #BFBFBF. Windows color (decimal): -4528893 or 255418. OLE color: 255418.
HSL color Cylindrical-coordinate representation of color #BAE503: hue angle of 71.42º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAE503 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 3 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.10 |
| HSL | 71.42º | 0.97% | 0.45% | - |
| HSV(B) | 71.42º | 0.99% | 0.9% | - |
| XYZ | 48.29 | 66.48 | 10.37 | - |
| YUV | 190.38 | 22.25 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 3 | 0.19 | 0 | 0.99 | 0.10 | 71.42 | 0.97 | 0.45 |
| Hex | BA | E5 | 3 | 13 | 0 | 63 | A | 47 | 61 | 2D |
| Octal | 272 | 345 | 3 | 23 | 0 | 143 | 12 | 107 | 141 | 55 |
| Binary | 10111010 | 11100101 | 11 | 10011 | 0 | 1100011 | 1010 | 1000111 | 1100001 | 101101 |
Color Harmonies of #BAE503
Complementary color
Monochromatic Colors of #BAE503
Black with #BAE503
Text Example
Text Example
White with #BAE503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE503; }
p { color: rgb(186,229,3); }
H1.HeaderClassName
{
color: #BAE503;
}
.AnyTagClassName
{
color: #BAE503;
}
</style>
background-color css
<style>
a { background-color: #BAE503; }
a { background-color: rgb(186,229,3); }
div.DivClassName
{
background-color: #BAE503;
}
.BgClassName
{
background-color: #BAE503;
}
</style>
border-color css
<style>
span { border-color: #BAE503; }
span { border-color: rgb(186,229,3); }
td.TdClassName
{
border-color: #BAE503;
}
.TagClassName
{
border-color: #BAE503;
}
</style>