Shades of Inch Worm #BAE717
Tints of Inch Worm #BAE717
RGB
CMYK
RGB Variations
Color information
#BAE717 (or 0xBAE717) is known color: Inch Worm. HEX triplet: BA, E7 and 17. RGB value is (186,231,23). Sum of RGB (Red+Green+Blue) = 186+231+23=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 231 (90.62% from 255 or 52.5% from 440); Blue value is 23 (9.38% from 255 or 5.23% from 440); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE717 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE717 is #4518E8. Grayscale: #C2C2C2. Windows color (decimal): -4528361 or 1566650. OLE color: 1566650.
HSL color Cylindrical-coordinate representation of color #BAE717: hue angle of 72.98º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAE717 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 23 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.09 |
| HSL | 72.98º | 0.82% | 0.5% | - |
| HSV(B) | 72.98º | 0.9% | 0.91% | - |
| XYZ | 48.98 | 67.65 | 11.29 | - |
| YUV | 193.83 | 31.59 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 23 | 0.19 | 0 | 0.90 | 0.09 | 72.98 | 0.82 | 0.5 |
| Hex | BA | E7 | 17 | 13 | 0 | 5A | 9 | 49 | 52 | 32 |
| Octal | 272 | 347 | 27 | 23 | 0 | 132 | 11 | 111 | 122 | 62 |
| Binary | 10111010 | 11100111 | 10111 | 10011 | 0 | 1011010 | 1001 | 1001001 | 1010010 | 110010 |
Color Harmonies of #BAE717
Complementary color
Monochromatic Colors of #BAE717
Black with #BAE717
Text Example
Text Example
White with #BAE717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE717; }
p { color: rgb(186,231,23); }
H1.HeaderClassName
{
color: #BAE717;
}
.AnyTagClassName
{
color: #BAE717;
}
</style>
background-color css
<style>
a { background-color: #BAE717; }
a { background-color: rgb(186,231,23); }
div.DivClassName
{
background-color: #BAE717;
}
.BgClassName
{
background-color: #BAE717;
}
</style>
border-color css
<style>
span { border-color: #BAE717; }
span { border-color: rgb(186,231,23); }
td.TdClassName
{
border-color: #BAE717;
}
.TagClassName
{
border-color: #BAE717;
}
</style>