Shades of Inch Worm #BAE60C
Tints of Inch Worm #BAE60C
RGB
CMYK
RGB Variations
Color information
#BAE60C (or 0xBAE60C) is known color: Inch Worm. HEX triplet: BA, E6 and 0C. RGB value is (186,230,12). Sum of RGB (Red+Green+Blue) = 186+230+12=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 230 (90.23% from 255 or 53.74% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE60C is #4519F3. Grayscale: #C0C0C0. Windows color (decimal): -4528628 or 845498. OLE color: 845498.
HSL color Cylindrical-coordinate representation of color #BAE60C: hue angle of 72.11º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAE60C is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 12 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.10 |
| HSL | 72.11º | 0.9% | 0.47% | - |
| HSV(B) | 72.11º | 0.95% | 0.9% | - |
| XYZ | 48.61 | 67.06 | 10.73 | - |
| YUV | 191.99 | 26.42 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 12 | 0.19 | 0 | 0.95 | 0.10 | 72.11 | 0.9 | 0.47 |
| Hex | BA | E6 | C | 13 | 0 | 5F | A | 48 | 5A | 2F |
| Octal | 272 | 346 | 14 | 23 | 0 | 137 | 12 | 110 | 132 | 57 |
| Binary | 10111010 | 11100110 | 1100 | 10011 | 0 | 1011111 | 1010 | 1001000 | 1011010 | 101111 |
Color Harmonies of #BAE60C
Complementary color
Monochromatic Colors of #BAE60C
Black with #BAE60C
Text Example
Text Example
White with #BAE60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE60C; }
p { color: rgb(186,230,12); }
H1.HeaderClassName
{
color: #BAE60C;
}
.AnyTagClassName
{
color: #BAE60C;
}
</style>
background-color css
<style>
a { background-color: #BAE60C; }
a { background-color: rgb(186,230,12); }
div.DivClassName
{
background-color: #BAE60C;
}
.BgClassName
{
background-color: #BAE60C;
}
</style>
border-color css
<style>
span { border-color: #BAE60C; }
span { border-color: rgb(186,230,12); }
td.TdClassName
{
border-color: #BAE60C;
}
.TagClassName
{
border-color: #BAE60C;
}
</style>