Shades of Chelsea Cucumber #8C9B54
Tints of Chelsea Cucumber #8C9B54
RGB
CMYK
RGB Variations
Color information
#8C9B54 (or 0x8C9B54) is known color: Chelsea Cucumber. HEX triplet: 8C, 9B and 54. RGB value is (140,155,84). Sum of RGB (Red+Green+Blue) = 140+155+84=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #8C9B54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9B54 is #7364AB. Grayscale: #8E8E8E. Windows color (decimal): -7562412 or 5544844. OLE color: 5544844.
HSL color Cylindrical-coordinate representation of color #8C9B54: hue angle of 72.68º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C9B54 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 155 | 84 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.39 |
| HSL | 72.68º | 0.3% | 0.47% | - |
| HSV(B) | 72.68º | 0.46% | 0.61% | - |
| XYZ | 24.14 | 29.66 | 12.84 | - |
| YUV | 142.42 | 95.03 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 155 | 84 | 0.10 | 0 | 0.46 | 0.39 | 72.68 | 0.3 | 0.47 |
| Hex | 8C | 9B | 54 | A | 0 | 2E | 27 | 49 | 1E | 2F |
| Octal | 214 | 233 | 124 | 12 | 0 | 56 | 47 | 111 | 36 | 57 |
| Binary | 10001100 | 10011011 | 1010100 | 1010 | 0 | 101110 | 100111 | 1001001 | 11110 | 101111 |
Color Harmonies of #8C9B54
Complementary color
Monochromatic Colors of #8C9B54
Black with #8C9B54
Text Example
Text Example
White with #8C9B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9B54; }
p { color: rgb(140,155,84); }
H1.HeaderClassName
{
color: #8C9B54;
}
.AnyTagClassName
{
color: #8C9B54;
}
</style>
background-color css
<style>
a { background-color: #8C9B54; }
a { background-color: rgb(140,155,84); }
div.DivClassName
{
background-color: #8C9B54;
}
.BgClassName
{
background-color: #8C9B54;
}
</style>
border-color css
<style>
span { border-color: #8C9B54; }
span { border-color: rgb(140,155,84); }
td.TdClassName
{
border-color: #8C9B54;
}
.TagClassName
{
border-color: #8C9B54;
}
</style>