Shades of Inch Worm #BAE304
Tints of Inch Worm #BAE304
RGB
CMYK
RGB Variations
Color information
#BAE304 (or 0xBAE304) is known color: Inch Worm. HEX triplet: BA, E3 and 04. RGB value is (186,227,4). Sum of RGB (Red+Green+Blue) = 186+227+4=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 227 (89.06% from 255 or 54.44% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE304 is #451CFB. Grayscale: #BEBEBE. Windows color (decimal): -4529404 or 320442. OLE color: 320442.
HSL color Cylindrical-coordinate representation of color #BAE304: hue angle of 71.03º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAE304 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 4 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.11 |
| HSL | 71.03º | 0.97% | 0.45% | - |
| HSV(B) | 71.03º | 0.98% | 0.89% | - |
| XYZ | 47.74 | 65.39 | 10.22 | - |
| YUV | 189.32 | 23.42 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 4 | 0.18 | 0 | 0.98 | 0.11 | 71.03 | 0.97 | 0.45 |
| Hex | BA | E3 | 4 | 12 | 0 | 62 | B | 47 | 61 | 2D |
| Octal | 272 | 343 | 4 | 22 | 0 | 142 | 13 | 107 | 141 | 55 |
| Binary | 10111010 | 11100011 | 100 | 10010 | 0 | 1100010 | 1011 | 1000111 | 1100001 | 101101 |
Color Harmonies of #BAE304
Complementary color
Monochromatic Colors of #BAE304
Black with #BAE304
Text Example
Text Example
White with #BAE304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE304; }
p { color: rgb(186,227,4); }
H1.HeaderClassName
{
color: #BAE304;
}
.AnyTagClassName
{
color: #BAE304;
}
</style>
background-color css
<style>
a { background-color: #BAE304; }
a { background-color: rgb(186,227,4); }
div.DivClassName
{
background-color: #BAE304;
}
.BgClassName
{
background-color: #BAE304;
}
</style>
border-color css
<style>
span { border-color: #BAE304; }
span { border-color: rgb(186,227,4); }
td.TdClassName
{
border-color: #BAE304;
}
.TagClassName
{
border-color: #BAE304;
}
</style>