Shades of Chelsea Cucumber #8ABA53
Tints of Chelsea Cucumber #8ABA53
RGB
CMYK
RGB Variations
Color information
#8ABA53 (or 0x8ABA53) is known color: Chelsea Cucumber. HEX triplet: 8A, BA and 53. RGB value is (138,186,83). Sum of RGB (Red+Green+Blue) = 138+186+83=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA53 is #7545AC. Grayscale: #A0A0A0. Windows color (decimal): -7685549 or 5487242. OLE color: 5487242.
HSL color Cylindrical-coordinate representation of color #8ABA53: hue angle of 87.96º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8ABA53 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 83 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.27 |
| HSL | 87.96º | 0.43% | 0.53% | - |
| HSV(B) | 87.96º | 0.55% | 0.73% | - |
| XYZ | 29.6 | 41.15 | 14.57 | - |
| YUV | 159.91 | 84.6 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 83 | 0.26 | 0 | 0.55 | 0.27 | 87.96 | 0.43 | 0.53 |
| Hex | 8A | BA | 53 | 1A | 0 | 37 | 1B | 58 | 2B | 35 |
| Octal | 212 | 272 | 123 | 32 | 0 | 67 | 33 | 130 | 53 | 65 |
| Binary | 10001010 | 10111010 | 1010011 | 11010 | 0 | 110111 | 11011 | 1011000 | 101011 | 110101 |
Color Harmonies of #8ABA53
Complementary color
Monochromatic Colors of #8ABA53
Black with #8ABA53
Text Example
Text Example
White with #8ABA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA53; }
p { color: rgb(138,186,83); }
H1.HeaderClassName
{
color: #8ABA53;
}
.AnyTagClassName
{
color: #8ABA53;
}
</style>
background-color css
<style>
a { background-color: #8ABA53; }
a { background-color: rgb(138,186,83); }
div.DivClassName
{
background-color: #8ABA53;
}
.BgClassName
{
background-color: #8ABA53;
}
</style>
border-color css
<style>
span { border-color: #8ABA53; }
span { border-color: rgb(138,186,83); }
td.TdClassName
{
border-color: #8ABA53;
}
.TagClassName
{
border-color: #8ABA53;
}
</style>