Shades of Chelsea Cucumber #8C9A50
Tints of Chelsea Cucumber #8C9A50
RGB
CMYK
RGB Variations
Color information
#8C9A50 (or 0x8C9A50) is known color: Chelsea Cucumber. HEX triplet: 8C, 9A and 50. RGB value is (140,154,80). Sum of RGB (Red+Green+Blue) = 140+154+80=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 154 - color contains mainly: green. Hex color #8C9A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9A50 is #7365AF. Grayscale: #8D8D8D. Windows color (decimal): -7562672 or 5282444. OLE color: 5282444.
HSL color Cylindrical-coordinate representation of color #8C9A50: hue angle of 71.35º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C9A50 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 154 | 80 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.40 |
| HSL | 71.35º | 0.32% | 0.46% | - |
| HSV(B) | 71.35º | 0.48% | 0.6% | - |
| XYZ | 23.82 | 29.27 | 11.98 | - |
| YUV | 141.38 | 93.36 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 154 | 80 | 0.09 | 0 | 0.48 | 0.40 | 71.35 | 0.32 | 0.46 |
| Hex | 8C | 9A | 50 | 9 | 0 | 30 | 28 | 47 | 20 | 2E |
| Octal | 214 | 232 | 120 | 11 | 0 | 60 | 50 | 107 | 40 | 56 |
| Binary | 10001100 | 10011010 | 1010000 | 1001 | 0 | 110000 | 101000 | 1000111 | 100000 | 101110 |
Color Harmonies of #8C9A50
Complementary color
Monochromatic Colors of #8C9A50
Black with #8C9A50
Text Example
Text Example
White with #8C9A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9A50; }
p { color: rgb(140,154,80); }
H1.HeaderClassName
{
color: #8C9A50;
}
.AnyTagClassName
{
color: #8C9A50;
}
</style>
background-color css
<style>
a { background-color: #8C9A50; }
a { background-color: rgb(140,154,80); }
div.DivClassName
{
background-color: #8C9A50;
}
.BgClassName
{
background-color: #8C9A50;
}
</style>
border-color css
<style>
span { border-color: #8C9A50; }
span { border-color: rgb(140,154,80); }
td.TdClassName
{
border-color: #8C9A50;
}
.TagClassName
{
border-color: #8C9A50;
}
</style>