Shades of Inch Worm #BAE612
Tints of Inch Worm #BAE612
RGB
CMYK
RGB Variations
Color information
#BAE612 (or 0xBAE612) is known color: Inch Worm. HEX triplet: BA, E6 and 12. RGB value is (186,230,18). Sum of RGB (Red+Green+Blue) = 186+230+18=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 230 (90.23% from 255 or 53.00% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE612 is #4519ED. Grayscale: #C1C1C1. Windows color (decimal): -4528622 or 1238714. OLE color: 1238714.
HSL color Cylindrical-coordinate representation of color #BAE612: hue angle of 72.45º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAE612 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 18 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.10 |
| HSL | 72.45º | 0.85% | 0.49% | - |
| HSV(B) | 72.45º | 0.92% | 0.9% | - |
| XYZ | 48.66 | 67.08 | 10.95 | - |
| YUV | 192.68 | 29.42 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 18 | 0.19 | 0 | 0.92 | 0.10 | 72.45 | 0.85 | 0.49 |
| Hex | BA | E6 | 12 | 13 | 0 | 5C | A | 48 | 55 | 31 |
| Octal | 272 | 346 | 22 | 23 | 0 | 134 | 12 | 110 | 125 | 61 |
| Binary | 10111010 | 11100110 | 10010 | 10011 | 0 | 1011100 | 1010 | 1001000 | 1010101 | 110001 |
Color Harmonies of #BAE612
Complementary color
Monochromatic Colors of #BAE612
Black with #BAE612
Text Example
Text Example
White with #BAE612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE612; }
p { color: rgb(186,230,18); }
H1.HeaderClassName
{
color: #BAE612;
}
.AnyTagClassName
{
color: #BAE612;
}
</style>
background-color css
<style>
a { background-color: #BAE612; }
a { background-color: rgb(186,230,18); }
div.DivClassName
{
background-color: #BAE612;
}
.BgClassName
{
background-color: #BAE612;
}
</style>
border-color css
<style>
span { border-color: #BAE612; }
span { border-color: rgb(186,230,18); }
td.TdClassName
{
border-color: #BAE612;
}
.TagClassName
{
border-color: #BAE612;
}
</style>