Shades of Chelsea Cucumber #8C9A58
Tints of Chelsea Cucumber #8C9A58
RGB
CMYK
RGB Variations
Color information
#8C9A58 (or 0x8C9A58) is known color: Chelsea Cucumber. HEX triplet: 8C, 9A and 58. RGB value is (140,154,88). Sum of RGB (Red+Green+Blue) = 140+154+88=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 154 - color contains mainly: green. Hex color #8C9A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9A58 is #7365A7. Grayscale: #8E8E8E. Windows color (decimal): -7562664 or 5806732. OLE color: 5806732.
HSL color Cylindrical-coordinate representation of color #8C9A58: hue angle of 72.73º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C9A58 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 154 | 88 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.40 |
| HSL | 72.73º | 0.27% | 0.47% | - |
| HSV(B) | 72.73º | 0.43% | 0.6% | - |
| XYZ | 24.13 | 29.39 | 13.63 | - |
| YUV | 142.29 | 97.36 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 154 | 88 | 0.09 | 0 | 0.43 | 0.40 | 72.73 | 0.27 | 0.47 |
| Hex | 8C | 9A | 58 | 9 | 0 | 2B | 28 | 49 | 1B | 2F |
| Octal | 214 | 232 | 130 | 11 | 0 | 53 | 50 | 111 | 33 | 57 |
| Binary | 10001100 | 10011010 | 1011000 | 1001 | 0 | 101011 | 101000 | 1001001 | 11011 | 101111 |
Color Harmonies of #8C9A58
Complementary color
Monochromatic Colors of #8C9A58
Black with #8C9A58
Text Example
Text Example
White with #8C9A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9A58; }
p { color: rgb(140,154,88); }
H1.HeaderClassName
{
color: #8C9A58;
}
.AnyTagClassName
{
color: #8C9A58;
}
</style>
background-color css
<style>
a { background-color: #8C9A58; }
a { background-color: rgb(140,154,88); }
div.DivClassName
{
background-color: #8C9A58;
}
.BgClassName
{
background-color: #8C9A58;
}
</style>
border-color css
<style>
span { border-color: #8C9A58; }
span { border-color: rgb(140,154,88); }
td.TdClassName
{
border-color: #8C9A58;
}
.TagClassName
{
border-color: #8C9A58;
}
</style>