Shades of Chelsea Cucumber #8C9C56
Tints of Chelsea Cucumber #8C9C56
RGB
CMYK
RGB Variations
Color information
#8C9C56 (or 0x8C9C56) is known color: Chelsea Cucumber. HEX triplet: 8C, 9C and 56. RGB value is (140,156,86). Sum of RGB (Red+Green+Blue) = 140+156+86=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 156 - color contains mainly: green. Hex color #8C9C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9C56 is #7363A9. Grayscale: #8F8F8F. Windows color (decimal): -7562154 or 5676172. OLE color: 5676172.
HSL color Cylindrical-coordinate representation of color #8C9C56: hue angle of 73.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C9C56 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 156 | 86 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.39 |
| HSL | 73.71º | 0.29% | 0.47% | - |
| HSV(B) | 73.71º | 0.45% | 0.61% | - |
| XYZ | 24.38 | 30.02 | 13.31 | - |
| YUV | 143.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 156 | 86 | 0.10 | 0 | 0.45 | 0.39 | 73.71 | 0.29 | 0.47 |
| Hex | 8C | 9C | 56 | A | 0 | 2D | 27 | 4A | 1D | 2F |
| Octal | 214 | 234 | 126 | 12 | 0 | 55 | 47 | 112 | 35 | 57 |
| Binary | 10001100 | 10011100 | 1010110 | 1010 | 0 | 101101 | 100111 | 1001010 | 11101 | 101111 |
Color Harmonies of #8C9C56
Complementary color
Monochromatic Colors of #8C9C56
Black with #8C9C56
Text Example
Text Example
White with #8C9C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9C56; }
p { color: rgb(140,156,86); }
H1.HeaderClassName
{
color: #8C9C56;
}
.AnyTagClassName
{
color: #8C9C56;
}
</style>
background-color css
<style>
a { background-color: #8C9C56; }
a { background-color: rgb(140,156,86); }
div.DivClassName
{
background-color: #8C9C56;
}
.BgClassName
{
background-color: #8C9C56;
}
</style>
border-color css
<style>
span { border-color: #8C9C56; }
span { border-color: rgb(140,156,86); }
td.TdClassName
{
border-color: #8C9C56;
}
.TagClassName
{
border-color: #8C9C56;
}
</style>