Shades of Chelsea Cucumber #8C9C59
Tints of Chelsea Cucumber #8C9C59
RGB
CMYK
RGB Variations
Color information
#8C9C59 (or 0x8C9C59) is known color: Chelsea Cucumber. HEX triplet: 8C, 9C and 59. RGB value is (140,156,89). Sum of RGB (Red+Green+Blue) = 140+156+89=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 156 - color contains mainly: green. Hex color #8C9C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9C59 is #7363A6. Grayscale: #8F8F8F. Windows color (decimal): -7562151 or 5872780. OLE color: 5872780.
HSL color Cylindrical-coordinate representation of color #8C9C59: hue angle of 74.33º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C9C59 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 156 | 89 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.39 |
| HSL | 74.33º | 0.27% | 0.48% | - |
| HSV(B) | 74.33º | 0.43% | 0.61% | - |
| XYZ | 24.51 | 30.07 | 13.96 | - |
| YUV | 143.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 156 | 89 | 0.10 | 0 | 0.43 | 0.39 | 74.33 | 0.27 | 0.48 |
| Hex | 8C | 9C | 59 | A | 0 | 2B | 27 | 4A | 1B | 30 |
| Octal | 214 | 234 | 131 | 12 | 0 | 53 | 47 | 112 | 33 | 60 |
| Binary | 10001100 | 10011100 | 1011001 | 1010 | 0 | 101011 | 100111 | 1001010 | 11011 | 110000 |
Color Harmonies of #8C9C59
Complementary color
Monochromatic Colors of #8C9C59
Black with #8C9C59
Text Example
Text Example
White with #8C9C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9C59; }
p { color: rgb(140,156,89); }
H1.HeaderClassName
{
color: #8C9C59;
}
.AnyTagClassName
{
color: #8C9C59;
}
</style>
background-color css
<style>
a { background-color: #8C9C59; }
a { background-color: rgb(140,156,89); }
div.DivClassName
{
background-color: #8C9C59;
}
.BgClassName
{
background-color: #8C9C59;
}
</style>
border-color css
<style>
span { border-color: #8C9C59; }
span { border-color: rgb(140,156,89); }
td.TdClassName
{
border-color: #8C9C59;
}
.TagClassName
{
border-color: #8C9C59;
}
</style>