Shades of Chelsea Cucumber #8ABA57
Tints of Chelsea Cucumber #8ABA57
RGB
CMYK
RGB Variations
Color information
#8ABA57 (or 0x8ABA57) is known color: Chelsea Cucumber. HEX triplet: 8A, BA and 57. RGB value is (138,186,87). Sum of RGB (Red+Green+Blue) = 138+186+87=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA57 is #7545A8. Grayscale: #A0A0A0. Windows color (decimal): -7685545 or 5749386. OLE color: 5749386.
HSL color Cylindrical-coordinate representation of color #8ABA57: hue angle of 89.09º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8ABA57 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 87 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.27 |
| HSL | 89.09º | 0.42% | 0.54% | - |
| HSV(B) | 89.09º | 0.53% | 0.73% | - |
| XYZ | 29.76 | 41.21 | 15.4 | - |
| YUV | 160.36 | 86.6 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 87 | 0.26 | 0 | 0.53 | 0.27 | 89.09 | 0.42 | 0.54 |
| Hex | 8A | BA | 57 | 1A | 0 | 35 | 1B | 59 | 2A | 36 |
| Octal | 212 | 272 | 127 | 32 | 0 | 65 | 33 | 131 | 52 | 66 |
| Binary | 10001010 | 10111010 | 1010111 | 11010 | 0 | 110101 | 11011 | 1011001 | 101010 | 110110 |
Color Harmonies of #8ABA57
Complementary color
Monochromatic Colors of #8ABA57
Black with #8ABA57
Text Example
Text Example
White with #8ABA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA57; }
p { color: rgb(138,186,87); }
H1.HeaderClassName
{
color: #8ABA57;
}
.AnyTagClassName
{
color: #8ABA57;
}
</style>
background-color css
<style>
a { background-color: #8ABA57; }
a { background-color: rgb(138,186,87); }
div.DivClassName
{
background-color: #8ABA57;
}
.BgClassName
{
background-color: #8ABA57;
}
</style>
border-color css
<style>
span { border-color: #8ABA57; }
span { border-color: rgb(138,186,87); }
td.TdClassName
{
border-color: #8ABA57;
}
.TagClassName
{
border-color: #8ABA57;
}
</style>