Shades of Inch Worm #BAE00C
Tints of Inch Worm #BAE00C
RGB
CMYK
RGB Variations
Color information
#BAE00C (or 0xBAE00C) is known color: Inch Worm. HEX triplet: BA, E0 and 0C. RGB value is (186,224,12). Sum of RGB (Red+Green+Blue) = 186+224+12=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 224 (87.89% from 255 or 53.08% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE00C is #451FF3. Grayscale: #BDBDBD. Windows color (decimal): -4530164 or 843962. OLE color: 843962.
HSL color Cylindrical-coordinate representation of color #BAE00C: hue angle of 70.75º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAE00C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 12 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.12 |
| HSL | 70.75º | 0.9% | 0.46% | - |
| HSV(B) | 70.75º | 0.95% | 0.88% | - |
| XYZ | 46.97 | 63.78 | 10.18 | - |
| YUV | 188.47 | 28.41 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 12 | 0.17 | 0 | 0.95 | 0.12 | 70.75 | 0.9 | 0.46 |
| Hex | BA | E0 | C | 11 | 0 | 5F | C | 47 | 5A | 2E |
| Octal | 272 | 340 | 14 | 21 | 0 | 137 | 14 | 107 | 132 | 56 |
| Binary | 10111010 | 11100000 | 1100 | 10001 | 0 | 1011111 | 1100 | 1000111 | 1011010 | 101110 |
Color Harmonies of #BAE00C
Complementary color
Monochromatic Colors of #BAE00C
Black with #BAE00C
Text Example
Text Example
White with #BAE00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE00C; }
p { color: rgb(186,224,12); }
H1.HeaderClassName
{
color: #BAE00C;
}
.AnyTagClassName
{
color: #BAE00C;
}
</style>
background-color css
<style>
a { background-color: #BAE00C; }
a { background-color: rgb(186,224,12); }
div.DivClassName
{
background-color: #BAE00C;
}
.BgClassName
{
background-color: #BAE00C;
}
</style>
border-color css
<style>
span { border-color: #BAE00C; }
span { border-color: rgb(186,224,12); }
td.TdClassName
{
border-color: #BAE00C;
}
.TagClassName
{
border-color: #BAE00C;
}
</style>