Shades of Inch Worm #BAE614
Tints of Inch Worm #BAE614
RGB
CMYK
RGB Variations
Color information
#BAE614 (or 0xBAE614) is known color: Inch Worm. HEX triplet: BA, E6 and 14. RGB value is (186,230,20). Sum of RGB (Red+Green+Blue) = 186+230+20=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 230 (90.23% from 255 or 52.75% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE614 is #4519EB. Grayscale: #C1C1C1. Windows color (decimal): -4528620 or 1369786. OLE color: 1369786.
HSL color Cylindrical-coordinate representation of color #BAE614: hue angle of 72.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAE614 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 20 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.10 |
| HSL | 72.57º | 0.84% | 0.49% | - |
| HSV(B) | 72.57º | 0.91% | 0.9% | - |
| XYZ | 48.67 | 67.08 | 11.04 | - |
| YUV | 192.9 | 30.42 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 20 | 0.19 | 0 | 0.91 | 0.10 | 72.57 | 0.84 | 0.49 |
| Hex | BA | E6 | 14 | 13 | 0 | 5B | A | 49 | 54 | 31 |
| Octal | 272 | 346 | 24 | 23 | 0 | 133 | 12 | 111 | 124 | 61 |
| Binary | 10111010 | 11100110 | 10100 | 10011 | 0 | 1011011 | 1010 | 1001001 | 1010100 | 110001 |
Color Harmonies of #BAE614
Complementary color
Monochromatic Colors of #BAE614
Black with #BAE614
Text Example
Text Example
White with #BAE614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE614; }
p { color: rgb(186,230,20); }
H1.HeaderClassName
{
color: #BAE614;
}
.AnyTagClassName
{
color: #BAE614;
}
</style>
background-color css
<style>
a { background-color: #BAE614; }
a { background-color: rgb(186,230,20); }
div.DivClassName
{
background-color: #BAE614;
}
.BgClassName
{
background-color: #BAE614;
}
</style>
border-color css
<style>
span { border-color: #BAE614; }
span { border-color: rgb(186,230,20); }
td.TdClassName
{
border-color: #BAE614;
}
.TagClassName
{
border-color: #BAE614;
}
</style>