Shades of Chelsea Cucumber #8C9D64
Tints of Chelsea Cucumber #8C9D64
RGB
CMYK
RGB Variations
Color information
#8C9D64 (or 0x8C9D64) is known color: Chelsea Cucumber. HEX triplet: 8C, 9D and 64. RGB value is (140,157,100). Sum of RGB (Red+Green+Blue) = 140+157+100=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 157 - color contains mainly: green. Hex color #8C9D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9D64 is #73629B. Grayscale: #919191. Windows color (decimal): -7561884 or 6593932. OLE color: 6593932.
HSL color Cylindrical-coordinate representation of color #8C9D64: hue angle of 77.89º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C9D64 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 157 | 100 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.38 |
| HSL | 77.89º | 0.23% | 0.5% | - |
| HSV(B) | 77.89º | 0.36% | 0.62% | - |
| XYZ | 25.17 | 30.61 | 16.64 | - |
| YUV | 145.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 157 | 100 | 0.11 | 0 | 0.36 | 0.38 | 77.89 | 0.23 | 0.5 |
| Hex | 8C | 9D | 64 | B | 0 | 24 | 26 | 4E | 17 | 32 |
| Octal | 214 | 235 | 144 | 13 | 0 | 44 | 46 | 116 | 27 | 62 |
| Binary | 10001100 | 10011101 | 1100100 | 1011 | 0 | 100100 | 100110 | 1001110 | 10111 | 110010 |
Color Harmonies of #8C9D64
Complementary color
Monochromatic Colors of #8C9D64
Black with #8C9D64
Text Example
Text Example
White with #8C9D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9D64; }
p { color: rgb(140,157,100); }
H1.HeaderClassName
{
color: #8C9D64;
}
.AnyTagClassName
{
color: #8C9D64;
}
</style>
background-color css
<style>
a { background-color: #8C9D64; }
a { background-color: rgb(140,157,100); }
div.DivClassName
{
background-color: #8C9D64;
}
.BgClassName
{
background-color: #8C9D64;
}
</style>
border-color css
<style>
span { border-color: #8C9D64; }
span { border-color: rgb(140,157,100); }
td.TdClassName
{
border-color: #8C9D64;
}
.TagClassName
{
border-color: #8C9D64;
}
</style>