Shades of Chelsea Cucumber #8CA957
Tints of Chelsea Cucumber #8CA957
RGB
CMYK
RGB Variations
Color information
#8CA957 (or 0x8CA957) is known color: Chelsea Cucumber. HEX triplet: 8C, A9 and 57. RGB value is (140,169,87). Sum of RGB (Red+Green+Blue) = 140+169+87=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA957 is #7356A8. Grayscale: #979797. Windows color (decimal): -7558825 or 5745036. OLE color: 5745036.
HSL color Cylindrical-coordinate representation of color #8CA957: hue angle of 81.22º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CA957 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 169 | 87 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.34 |
| HSL | 81.22º | 0.32% | 0.5% | - |
| HSV(B) | 81.22º | 0.49% | 0.66% | - |
| XYZ | 26.72 | 34.64 | 14.29 | - |
| YUV | 150.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 87 | 0.17 | 0 | 0.49 | 0.34 | 81.22 | 0.32 | 0.5 |
| Hex | 8C | A9 | 57 | 11 | 0 | 31 | 22 | 51 | 20 | 32 |
| Octal | 214 | 251 | 127 | 21 | 0 | 61 | 42 | 121 | 40 | 62 |
| Binary | 10001100 | 10101001 | 1010111 | 10001 | 0 | 110001 | 100010 | 1010001 | 100000 | 110010 |
Color Harmonies of #8CA957
Complementary color
Monochromatic Colors of #8CA957
Black with #8CA957
Text Example
Text Example
White with #8CA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA957; }
p { color: rgb(140,169,87); }
H1.HeaderClassName
{
color: #8CA957;
}
.AnyTagClassName
{
color: #8CA957;
}
</style>
background-color css
<style>
a { background-color: #8CA957; }
a { background-color: rgb(140,169,87); }
div.DivClassName
{
background-color: #8CA957;
}
.BgClassName
{
background-color: #8CA957;
}
</style>
border-color css
<style>
span { border-color: #8CA957; }
span { border-color: rgb(140,169,87); }
td.TdClassName
{
border-color: #8CA957;
}
.TagClassName
{
border-color: #8CA957;
}
</style>