Shades of Inch Worm #BAE517
Tints of Inch Worm #BAE517
RGB
CMYK
RGB Variations
Color information
#BAE517 (or 0xBAE517) is known color: Inch Worm. HEX triplet: BA, E5 and 17. RGB value is (186,229,23). Sum of RGB (Red+Green+Blue) = 186+229+23=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 229 (89.84% from 255 or 52.28% from 438); Blue value is 23 (9.38% from 255 or 5.25% from 438); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE517 is #451AE8. Grayscale: #C1C1C1. Windows color (decimal): -4528873 or 1566138. OLE color: 1566138.
HSL color Cylindrical-coordinate representation of color #BAE517: hue angle of 72.52º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAE517 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 23 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.10 |
| HSL | 72.52º | 0.82% | 0.49% | - |
| HSV(B) | 72.52º | 0.9% | 0.9% | - |
| XYZ | 48.42 | 66.54 | 11.1 | - |
| YUV | 192.66 | 32.25 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 23 | 0.19 | 0 | 0.90 | 0.10 | 72.52 | 0.82 | 0.49 |
| Hex | BA | E5 | 17 | 13 | 0 | 5A | A | 49 | 52 | 31 |
| Octal | 272 | 345 | 27 | 23 | 0 | 132 | 12 | 111 | 122 | 61 |
| Binary | 10111010 | 11100101 | 10111 | 10011 | 0 | 1011010 | 1010 | 1001001 | 1010010 | 110001 |
Color Harmonies of #BAE517
Complementary color
Monochromatic Colors of #BAE517
Black with #BAE517
Text Example
Text Example
White with #BAE517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE517; }
p { color: rgb(186,229,23); }
H1.HeaderClassName
{
color: #BAE517;
}
.AnyTagClassName
{
color: #BAE517;
}
</style>
background-color css
<style>
a { background-color: #BAE517; }
a { background-color: rgb(186,229,23); }
div.DivClassName
{
background-color: #BAE517;
}
.BgClassName
{
background-color: #BAE517;
}
</style>
border-color css
<style>
span { border-color: #BAE517; }
span { border-color: rgb(186,229,23); }
td.TdClassName
{
border-color: #BAE517;
}
.TagClassName
{
border-color: #BAE517;
}
</style>