Shades of Chelsea Cucumber #869853
Tints of Chelsea Cucumber #869853
RGB
CMYK
RGB Variations
Color information
#869853 (or 0x869853) is known color: Chelsea Cucumber. HEX triplet: 86, 98 and 53. RGB value is (134,152,83). Sum of RGB (Red+Green+Blue) = 134+152+83=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #869853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869853 is #7967AC. Grayscale: #8B8B8B. Windows color (decimal): -7956397 or 5478534. OLE color: 5478534.
HSL color Cylindrical-coordinate representation of color #869853: hue angle of 75.65º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #869853 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 152 | 83 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.40 |
| HSL | 75.65º | 0.29% | 0.46% | - |
| HSV(B) | 75.65º | 0.45% | 0.6% | - |
| XYZ | 22.62 | 28.15 | 12.42 | - |
| YUV | 138.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 83 | 0.12 | 0 | 0.45 | 0.40 | 75.65 | 0.29 | 0.46 |
| Hex | 86 | 98 | 53 | C | 0 | 2D | 28 | 4C | 1D | 2E |
| Octal | 206 | 230 | 123 | 14 | 0 | 55 | 50 | 114 | 35 | 56 |
| Binary | 10000110 | 10011000 | 1010011 | 1100 | 0 | 101101 | 101000 | 1001100 | 11101 | 101110 |
Color Harmonies of #869853
Complementary color
Monochromatic Colors of #869853
Black with #869853
Text Example
Text Example
White with #869853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869853; }
p { color: rgb(134,152,83); }
H1.HeaderClassName
{
color: #869853;
}
.AnyTagClassName
{
color: #869853;
}
</style>
background-color css
<style>
a { background-color: #869853; }
a { background-color: rgb(134,152,83); }
div.DivClassName
{
background-color: #869853;
}
.BgClassName
{
background-color: #869853;
}
</style>
border-color css
<style>
span { border-color: #869853; }
span { border-color: rgb(134,152,83); }
td.TdClassName
{
border-color: #869853;
}
.TagClassName
{
border-color: #869853;
}
</style>