Shades of Chelsea Cucumber #8CAB54
Tints of Chelsea Cucumber #8CAB54
RGB
CMYK
RGB Variations
Color information
#8CAB54 (or 0x8CAB54) is known color: Chelsea Cucumber. HEX triplet: 8C, AB and 54. RGB value is (140,171,84). Sum of RGB (Red+Green+Blue) = 140+171+84=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB54 is #7354AB. Grayscale: #989898. Windows color (decimal): -7558316 or 5548940. OLE color: 5548940.
HSL color Cylindrical-coordinate representation of color #8CAB54: hue angle of 81.38º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CAB54 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 84 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.33 |
| HSL | 81.38º | 0.34% | 0.5% | - |
| HSV(B) | 81.38º | 0.51% | 0.67% | - |
| XYZ | 26.98 | 35.34 | 13.79 | - |
| YUV | 151.81 | 89.73 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 84 | 0.18 | 0 | 0.51 | 0.33 | 81.38 | 0.34 | 0.5 |
| Hex | 8C | AB | 54 | 12 | 0 | 33 | 21 | 51 | 22 | 32 |
| Octal | 214 | 253 | 124 | 22 | 0 | 63 | 41 | 121 | 42 | 62 |
| Binary | 10001100 | 10101011 | 1010100 | 10010 | 0 | 110011 | 100001 | 1010001 | 100010 | 110010 |
Color Harmonies of #8CAB54
Complementary color
Monochromatic Colors of #8CAB54
Black with #8CAB54
Text Example
Text Example
White with #8CAB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB54; }
p { color: rgb(140,171,84); }
H1.HeaderClassName
{
color: #8CAB54;
}
.AnyTagClassName
{
color: #8CAB54;
}
</style>
background-color css
<style>
a { background-color: #8CAB54; }
a { background-color: rgb(140,171,84); }
div.DivClassName
{
background-color: #8CAB54;
}
.BgClassName
{
background-color: #8CAB54;
}
</style>
border-color css
<style>
span { border-color: #8CAB54; }
span { border-color: rgb(140,171,84); }
td.TdClassName
{
border-color: #8CAB54;
}
.TagClassName
{
border-color: #8CAB54;
}
</style>