Shades of Chelsea Cucumber #86AA5C
Tints of Chelsea Cucumber #86AA5C
RGB
CMYK
RGB Variations
Color information
#86AA5C (or 0x86AA5C) is known color: Chelsea Cucumber. HEX triplet: 86, AA and 5C. RGB value is (134,170,92). Sum of RGB (Red+Green+Blue) = 134+170+92=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA5C is #7955A3. Grayscale: #969696. Windows color (decimal): -7951780 or 6072966. OLE color: 6072966.
HSL color Cylindrical-coordinate representation of color #86AA5C: hue angle of 87.69º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86AA5C is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 92 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.33 |
| HSL | 87.69º | 0.31% | 0.51% | - |
| HSV(B) | 87.69º | 0.46% | 0.67% | - |
| XYZ | 26.14 | 34.59 | 15.42 | - |
| YUV | 150.34 | 95.07 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 92 | 0.21 | 0 | 0.46 | 0.33 | 87.69 | 0.31 | 0.51 |
| Hex | 86 | AA | 5C | 15 | 0 | 2E | 21 | 58 | 1F | 33 |
| Octal | 206 | 252 | 134 | 25 | 0 | 56 | 41 | 130 | 37 | 63 |
| Binary | 10000110 | 10101010 | 1011100 | 10101 | 0 | 101110 | 100001 | 1011000 | 11111 | 110011 |
Color Harmonies of #86AA5C
Complementary color
Monochromatic Colors of #86AA5C
Black with #86AA5C
Text Example
Text Example
White with #86AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AA5C; }
p { color: rgb(134,170,92); }
H1.HeaderClassName
{
color: #86AA5C;
}
.AnyTagClassName
{
color: #86AA5C;
}
</style>
background-color css
<style>
a { background-color: #86AA5C; }
a { background-color: rgb(134,170,92); }
div.DivClassName
{
background-color: #86AA5C;
}
.BgClassName
{
background-color: #86AA5C;
}
</style>
border-color css
<style>
span { border-color: #86AA5C; }
span { border-color: rgb(134,170,92); }
td.TdClassName
{
border-color: #86AA5C;
}
.TagClassName
{
border-color: #86AA5C;
}
</style>