Shades of Chelsea Cucumber #869A54
Tints of Chelsea Cucumber #869A54
RGB
CMYK
RGB Variations
Color information
#869A54 (or 0x869A54) is known color: Chelsea Cucumber. HEX triplet: 86, 9A and 54. RGB value is (134,154,84). Sum of RGB (Red+Green+Blue) = 134+154+84=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 154 - color contains mainly: green. Hex color #869A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869A54 is #7965AB. Grayscale: #8C8C8C. Windows color (decimal): -7955884 or 5544582. OLE color: 5544582.
HSL color Cylindrical-coordinate representation of color #869A54: hue angle of 77.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #869A54 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 154 | 84 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.40 |
| HSL | 77.14º | 0.29% | 0.47% | - |
| HSV(B) | 77.14º | 0.45% | 0.6% | - |
| XYZ | 22.99 | 28.82 | 12.74 | - |
| YUV | 140.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 154 | 84 | 0.13 | 0 | 0.45 | 0.40 | 77.14 | 0.29 | 0.47 |
| Hex | 86 | 9A | 54 | D | 0 | 2D | 28 | 4D | 1D | 2F |
| Octal | 206 | 232 | 124 | 15 | 0 | 55 | 50 | 115 | 35 | 57 |
| Binary | 10000110 | 10011010 | 1010100 | 1101 | 0 | 101101 | 101000 | 1001101 | 11101 | 101111 |
Color Harmonies of #869A54
Complementary color
Monochromatic Colors of #869A54
Black with #869A54
Text Example
Text Example
White with #869A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869A54; }
p { color: rgb(134,154,84); }
H1.HeaderClassName
{
color: #869A54;
}
.AnyTagClassName
{
color: #869A54;
}
</style>
background-color css
<style>
a { background-color: #869A54; }
a { background-color: rgb(134,154,84); }
div.DivClassName
{
background-color: #869A54;
}
.BgClassName
{
background-color: #869A54;
}
</style>
border-color css
<style>
span { border-color: #869A54; }
span { border-color: rgb(134,154,84); }
td.TdClassName
{
border-color: #869A54;
}
.TagClassName
{
border-color: #869A54;
}
</style>