Shades of Chelsea Cucumber #8C9F54
Tints of Chelsea Cucumber #8C9F54
RGB
CMYK
RGB Variations
Color information
#8C9F54 (or 0x8C9F54) is known color: Chelsea Cucumber. HEX triplet: 8C, 9F and 54. RGB value is (140,159,84). Sum of RGB (Red+Green+Blue) = 140+159+84=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9F54 is #7360AB. Grayscale: #919191. Windows color (decimal): -7561388 or 5545868. OLE color: 5545868.
HSL color Cylindrical-coordinate representation of color #8C9F54: hue angle of 75.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C9F54 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 159 | 84 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.38 |
| HSL | 75.2º | 0.31% | 0.48% | - |
| HSV(B) | 75.2º | 0.47% | 0.62% | - |
| XYZ | 24.81 | 31.01 | 13.07 | - |
| YUV | 144.77 | 93.71 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 84 | 0.12 | 0 | 0.47 | 0.38 | 75.2 | 0.31 | 0.48 |
| Hex | 8C | 9F | 54 | C | 0 | 2F | 26 | 4B | 1F | 30 |
| Octal | 214 | 237 | 124 | 14 | 0 | 57 | 46 | 113 | 37 | 60 |
| Binary | 10001100 | 10011111 | 1010100 | 1100 | 0 | 101111 | 100110 | 1001011 | 11111 | 110000 |
Color Harmonies of #8C9F54
Complementary color
Monochromatic Colors of #8C9F54
Black with #8C9F54
Text Example
Text Example
White with #8C9F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9F54; }
p { color: rgb(140,159,84); }
H1.HeaderClassName
{
color: #8C9F54;
}
.AnyTagClassName
{
color: #8C9F54;
}
</style>
background-color css
<style>
a { background-color: #8C9F54; }
a { background-color: rgb(140,159,84); }
div.DivClassName
{
background-color: #8C9F54;
}
.BgClassName
{
background-color: #8C9F54;
}
</style>
border-color css
<style>
span { border-color: #8C9F54; }
span { border-color: rgb(140,159,84); }
td.TdClassName
{
border-color: #8C9F54;
}
.TagClassName
{
border-color: #8C9F54;
}
</style>