Shades of Chelsea Cucumber #8C9F51
Tints of Chelsea Cucumber #8C9F51
RGB
CMYK
RGB Variations
Color information
#8C9F51 (or 0x8C9F51) is known color: Chelsea Cucumber. HEX triplet: 8C, 9F and 51. RGB value is (140,159,81). Sum of RGB (Red+Green+Blue) = 140+159+81=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9F51 is #7360AE. Grayscale: #909090. Windows color (decimal): -7561391 or 5349260. OLE color: 5349260.
HSL color Cylindrical-coordinate representation of color #8C9F51: hue angle of 74.62º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C9F51 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 159 | 81 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.38 |
| HSL | 74.62º | 0.33% | 0.47% | - |
| HSV(B) | 74.62º | 0.49% | 0.62% | - |
| XYZ | 24.7 | 30.97 | 12.46 | - |
| YUV | 144.43 | 92.21 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 81 | 0.12 | 0 | 0.49 | 0.38 | 74.62 | 0.33 | 0.47 |
| Hex | 8C | 9F | 51 | C | 0 | 31 | 26 | 4B | 20 | 2F |
| Octal | 214 | 237 | 121 | 14 | 0 | 61 | 46 | 113 | 40 | 57 |
| Binary | 10001100 | 10011111 | 1010001 | 1100 | 0 | 110001 | 100110 | 1001011 | 100000 | 101111 |
Color Harmonies of #8C9F51
Complementary color
Monochromatic Colors of #8C9F51
Black with #8C9F51
Text Example
Text Example
White with #8C9F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9F51; }
p { color: rgb(140,159,81); }
H1.HeaderClassName
{
color: #8C9F51;
}
.AnyTagClassName
{
color: #8C9F51;
}
</style>
background-color css
<style>
a { background-color: #8C9F51; }
a { background-color: rgb(140,159,81); }
div.DivClassName
{
background-color: #8C9F51;
}
.BgClassName
{
background-color: #8C9F51;
}
</style>
border-color css
<style>
span { border-color: #8C9F51; }
span { border-color: rgb(140,159,81); }
td.TdClassName
{
border-color: #8C9F51;
}
.TagClassName
{
border-color: #8C9F51;
}
</style>