Shades of Inch Worm #BAE402
Tints of Inch Worm #BAE402
RGB
CMYK
RGB Variations
Color information
#BAE402 (or 0xBAE402) is known color: Inch Worm. HEX triplet: BA, E4 and 02. RGB value is (186,228,2). Sum of RGB (Red+Green+Blue) = 186+228+2=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 228 (89.45% from 255 or 54.81% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE402 is #451BFD. Grayscale: #BEBEBE. Windows color (decimal): -4529150 or 189626. OLE color: 189626.
HSL color Cylindrical-coordinate representation of color #BAE402: hue angle of 71.15º degrees, saturation: 0.98, 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 #BAE402 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.11 |
| HSL | 71.15º | 0.98% | 0.45% | - |
| HSV(B) | 71.15º | 0.99% | 0.89% | - |
| XYZ | 48 | 65.93 | 10.25 | - |
| YUV | 189.68 | 22.09 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 2 | 0.18 | 0 | 0.99 | 0.11 | 71.15 | 0.98 | 0.45 |
| Hex | BA | E4 | 2 | 12 | 0 | 63 | B | 47 | 62 | 2D |
| Octal | 272 | 344 | 2 | 22 | 0 | 143 | 13 | 107 | 142 | 55 |
| Binary | 10111010 | 11100100 | 10 | 10010 | 0 | 1100011 | 1011 | 1000111 | 1100010 | 101101 |
Color Harmonies of #BAE402
Complementary color
Monochromatic Colors of #BAE402
Black with #BAE402
Text Example
Text Example
White with #BAE402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE402; }
p { color: rgb(186,228,2); }
H1.HeaderClassName
{
color: #BAE402;
}
.AnyTagClassName
{
color: #BAE402;
}
</style>
background-color css
<style>
a { background-color: #BAE402; }
a { background-color: rgb(186,228,2); }
div.DivClassName
{
background-color: #BAE402;
}
.BgClassName
{
background-color: #BAE402;
}
</style>
border-color css
<style>
span { border-color: #BAE402; }
span { border-color: rgb(186,228,2); }
td.TdClassName
{
border-color: #BAE402;
}
.TagClassName
{
border-color: #BAE402;
}
</style>