Shades of Inch Worm #BAE403
Tints of Inch Worm #BAE403
RGB
CMYK
RGB Variations
Color information
#BAE403 (or 0xBAE403) is known color: Inch Worm. HEX triplet: BA, E4 and 03. RGB value is (186,228,3). Sum of RGB (Red+Green+Blue) = 186+228+3=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 228 (89.45% from 255 or 54.68% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE403 is #451BFC. Grayscale: #BEBEBE. Windows color (decimal): -4529149 or 255162. OLE color: 255162.
HSL color Cylindrical-coordinate representation of color #BAE403: hue angle of 71.2º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAE403 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 3 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.11 |
| HSL | 71.2º | 0.97% | 0.45% | - |
| HSV(B) | 71.2º | 0.99% | 0.89% | - |
| XYZ | 48.01 | 65.93 | 10.28 | - |
| YUV | 189.79 | 22.59 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 3 | 0.18 | 0 | 0.99 | 0.11 | 71.2 | 0.97 | 0.45 |
| Hex | BA | E4 | 3 | 12 | 0 | 63 | B | 47 | 61 | 2D |
| Octal | 272 | 344 | 3 | 22 | 0 | 143 | 13 | 107 | 141 | 55 |
| Binary | 10111010 | 11100100 | 11 | 10010 | 0 | 1100011 | 1011 | 1000111 | 1100001 | 101101 |
Color Harmonies of #BAE403
Complementary color
Monochromatic Colors of #BAE403
Black with #BAE403
Text Example
Text Example
White with #BAE403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE403; }
p { color: rgb(186,228,3); }
H1.HeaderClassName
{
color: #BAE403;
}
.AnyTagClassName
{
color: #BAE403;
}
</style>
background-color css
<style>
a { background-color: #BAE403; }
a { background-color: rgb(186,228,3); }
div.DivClassName
{
background-color: #BAE403;
}
.BgClassName
{
background-color: #BAE403;
}
</style>
border-color css
<style>
span { border-color: #BAE403; }
span { border-color: rgb(186,228,3); }
td.TdClassName
{
border-color: #BAE403;
}
.TagClassName
{
border-color: #BAE403;
}
</style>