Shades of Chelsea Cucumber #86A753
Tints of Chelsea Cucumber #86A753
RGB
CMYK
RGB Variations
Color information
#86A753 (or 0x86A753) is known color: Chelsea Cucumber. HEX triplet: 86, A7 and 53. RGB value is (134,167,83). Sum of RGB (Red+Green+Blue) = 134+167+83=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 167 - color contains mainly: green. Hex color #86A753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A753 is #7958AC. Grayscale: #939393. Windows color (decimal): -7952557 or 5482374. OLE color: 5482374.
HSL color Cylindrical-coordinate representation of color #86A753: hue angle of 83.57º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86A753 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 167 | 83 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.35 |
| HSL | 83.57º | 0.34% | 0.49% | - |
| HSV(B) | 83.57º | 0.5% | 0.65% | - |
| XYZ | 25.21 | 33.33 | 13.29 | - |
| YUV | 147.56 | 91.57 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 167 | 83 | 0.20 | 0 | 0.50 | 0.35 | 83.57 | 0.34 | 0.49 |
| Hex | 86 | A7 | 53 | 14 | 0 | 32 | 23 | 54 | 22 | 31 |
| Octal | 206 | 247 | 123 | 24 | 0 | 62 | 43 | 124 | 42 | 61 |
| Binary | 10000110 | 10100111 | 1010011 | 10100 | 0 | 110010 | 100011 | 1010100 | 100010 | 110001 |
Color Harmonies of #86A753
Complementary color
Monochromatic Colors of #86A753
Black with #86A753
Text Example
Text Example
White with #86A753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A753; }
p { color: rgb(134,167,83); }
H1.HeaderClassName
{
color: #86A753;
}
.AnyTagClassName
{
color: #86A753;
}
</style>
background-color css
<style>
a { background-color: #86A753; }
a { background-color: rgb(134,167,83); }
div.DivClassName
{
background-color: #86A753;
}
.BgClassName
{
background-color: #86A753;
}
</style>
border-color css
<style>
span { border-color: #86A753; }
span { border-color: rgb(134,167,83); }
td.TdClassName
{
border-color: #86A753;
}
.TagClassName
{
border-color: #86A753;
}
</style>