Shades of Chelsea Cucumber #8ABC53
Tints of Chelsea Cucumber #8ABC53
RGB
CMYK
RGB Variations
Color information
#8ABC53 (or 0x8ABC53) is known color: Chelsea Cucumber. HEX triplet: 8A, BC and 53. RGB value is (138,188,83). Sum of RGB (Red+Green+Blue) = 138+188+83=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC53 is #7543AC. Grayscale: #A1A1A1. Windows color (decimal): -7685037 or 5487754. OLE color: 5487754.
HSL color Cylindrical-coordinate representation of color #8ABC53: hue angle of 88.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8ABC53 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 83 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.26 |
| HSL | 88.57º | 0.44% | 0.53% | - |
| HSV(B) | 88.57º | 0.56% | 0.74% | - |
| XYZ | 30.03 | 41.99 | 14.71 | - |
| YUV | 161.08 | 83.94 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 83 | 0.27 | 0 | 0.56 | 0.26 | 88.57 | 0.44 | 0.53 |
| Hex | 8A | BC | 53 | 1B | 0 | 38 | 1A | 59 | 2C | 35 |
| Octal | 212 | 274 | 123 | 33 | 0 | 70 | 32 | 131 | 54 | 65 |
| Binary | 10001010 | 10111100 | 1010011 | 11011 | 0 | 111000 | 11010 | 1011001 | 101100 | 110101 |
Color Harmonies of #8ABC53
Complementary color
Monochromatic Colors of #8ABC53
Black with #8ABC53
Text Example
Text Example
White with #8ABC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC53; }
p { color: rgb(138,188,83); }
H1.HeaderClassName
{
color: #8ABC53;
}
.AnyTagClassName
{
color: #8ABC53;
}
</style>
background-color css
<style>
a { background-color: #8ABC53; }
a { background-color: rgb(138,188,83); }
div.DivClassName
{
background-color: #8ABC53;
}
.BgClassName
{
background-color: #8ABC53;
}
</style>
border-color css
<style>
span { border-color: #8ABC53; }
span { border-color: rgb(138,188,83); }
td.TdClassName
{
border-color: #8ABC53;
}
.TagClassName
{
border-color: #8ABC53;
}
</style>