Shades of Inch Worm #BAE319
Tints of Inch Worm #BAE319
RGB
CMYK
RGB Variations
Color information
#BAE319 (or 0xBAE319) is known color: Inch Worm. HEX triplet: BA, E3 and 19. RGB value is (186,227,25). Sum of RGB (Red+Green+Blue) = 186+227+25=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 227 (89.06% from 255 or 51.83% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE319 is #451CE6. Grayscale: #C0C0C0. Windows color (decimal): -4529383 or 1696698. OLE color: 1696698.
HSL color Cylindrical-coordinate representation of color #BAE319: hue angle of 72.18º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAE319 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 25 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.11 |
| HSL | 72.18º | 0.8% | 0.49% | - |
| HSV(B) | 72.18º | 0.89% | 0.89% | - |
| XYZ | 47.89 | 65.45 | 11.03 | - |
| YUV | 191.71 | 33.92 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 25 | 0.18 | 0 | 0.89 | 0.11 | 72.18 | 0.8 | 0.49 |
| Hex | BA | E3 | 19 | 12 | 0 | 59 | B | 48 | 50 | 31 |
| Octal | 272 | 343 | 31 | 22 | 0 | 131 | 13 | 110 | 120 | 61 |
| Binary | 10111010 | 11100011 | 11001 | 10010 | 0 | 1011001 | 1011 | 1001000 | 1010000 | 110001 |
Color Harmonies of #BAE319
Complementary color
Monochromatic Colors of #BAE319
Black with #BAE319
Text Example
Text Example
White with #BAE319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE319; }
p { color: rgb(186,227,25); }
H1.HeaderClassName
{
color: #BAE319;
}
.AnyTagClassName
{
color: #BAE319;
}
</style>
background-color css
<style>
a { background-color: #BAE319; }
a { background-color: rgb(186,227,25); }
div.DivClassName
{
background-color: #BAE319;
}
.BgClassName
{
background-color: #BAE319;
}
</style>
border-color css
<style>
span { border-color: #BAE319; }
span { border-color: rgb(186,227,25); }
td.TdClassName
{
border-color: #BAE319;
}
.TagClassName
{
border-color: #BAE319;
}
</style>