Shades of Inch Worm #BAE507
Tints of Inch Worm #BAE507
RGB
CMYK
RGB Variations
Color information
#BAE507 (or 0xBAE507) is known color: Inch Worm. HEX triplet: BA, E5 and 07. RGB value is (186,229,7). Sum of RGB (Red+Green+Blue) = 186+229+7=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 229 (89.84% from 255 or 54.27% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE507 is #451AF8. Grayscale: #BFBFBF. Windows color (decimal): -4528889 or 517562. OLE color: 517562.
HSL color Cylindrical-coordinate representation of color #BAE507: hue angle of 71.62º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAE507 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 7 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.10 |
| HSL | 71.62º | 0.94% | 0.46% | - |
| HSV(B) | 71.62º | 0.97% | 0.9% | - |
| XYZ | 48.31 | 66.49 | 10.49 | - |
| YUV | 190.84 | 24.25 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 7 | 0.19 | 0 | 0.97 | 0.10 | 71.62 | 0.94 | 0.46 |
| Hex | BA | E5 | 7 | 13 | 0 | 61 | A | 48 | 5E | 2E |
| Octal | 272 | 345 | 7 | 23 | 0 | 141 | 12 | 110 | 136 | 56 |
| Binary | 10111010 | 11100101 | 111 | 10011 | 0 | 1100001 | 1010 | 1001000 | 1011110 | 101110 |
Color Harmonies of #BAE507
Complementary color
Monochromatic Colors of #BAE507
Black with #BAE507
Text Example
Text Example
White with #BAE507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE507; }
p { color: rgb(186,229,7); }
H1.HeaderClassName
{
color: #BAE507;
}
.AnyTagClassName
{
color: #BAE507;
}
</style>
background-color css
<style>
a { background-color: #BAE507; }
a { background-color: rgb(186,229,7); }
div.DivClassName
{
background-color: #BAE507;
}
.BgClassName
{
background-color: #BAE507;
}
</style>
border-color css
<style>
span { border-color: #BAE507; }
span { border-color: rgb(186,229,7); }
td.TdClassName
{
border-color: #BAE507;
}
.TagClassName
{
border-color: #BAE507;
}
</style>