Shades of Inch Worm #BAE918
Tints of Inch Worm #BAE918
RGB
CMYK
RGB Variations
Color information
#BAE918 (or 0xBAE918) is known color: Inch Worm. HEX triplet: BA, E9 and 18. RGB value is (186,233,24). Sum of RGB (Red+Green+Blue) = 186+233+24=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 233 (91.41% from 255 or 52.60% from 443); Blue value is 24 (9.77% from 255 or 5.42% from 443); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE918 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE918 is #4516E7. Grayscale: #C3C3C3. Windows color (decimal): -4527848 or 1632698. OLE color: 1632698.
HSL color Cylindrical-coordinate representation of color #BAE918: hue angle of 73.49º degrees, saturation: 0.83, 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 #BAE918 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 24 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.09 |
| HSL | 73.49º | 0.83% | 0.5% | - |
| HSV(B) | 73.49º | 0.9% | 0.91% | - |
| XYZ | 49.55 | 68.78 | 11.53 | - |
| YUV | 195.12 | 31.43 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 24 | 0.20 | 0 | 0.90 | 0.09 | 73.49 | 0.83 | 0.5 |
| Hex | BA | E9 | 18 | 14 | 0 | 5A | 9 | 49 | 53 | 32 |
| Octal | 272 | 351 | 30 | 24 | 0 | 132 | 11 | 111 | 123 | 62 |
| Binary | 10111010 | 11101001 | 11000 | 10100 | 0 | 1011010 | 1001 | 1001001 | 1010011 | 110010 |
Color Harmonies of #BAE918
Complementary color
Monochromatic Colors of #BAE918
Black with #BAE918
Text Example
Text Example
White with #BAE918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE918; }
p { color: rgb(186,233,24); }
H1.HeaderClassName
{
color: #BAE918;
}
.AnyTagClassName
{
color: #BAE918;
}
</style>
background-color css
<style>
a { background-color: #BAE918; }
a { background-color: rgb(186,233,24); }
div.DivClassName
{
background-color: #BAE918;
}
.BgClassName
{
background-color: #BAE918;
}
</style>
border-color css
<style>
span { border-color: #BAE918; }
span { border-color: rgb(186,233,24); }
td.TdClassName
{
border-color: #BAE918;
}
.TagClassName
{
border-color: #BAE918;
}
</style>