Shades of Chelsea Cucumber #86A962
Tints of Chelsea Cucumber #86A962
RGB
CMYK
RGB Variations
Color information
#86A962 (or 0x86A962) is known color: Chelsea Cucumber. HEX triplet: 86, A9 and 62. RGB value is (134,169,98). Sum of RGB (Red+Green+Blue) = 134+169+98=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 169 - color contains mainly: green. Hex color #86A962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A962 is #79569D. Grayscale: #969696. Windows color (decimal): -7952030 or 6465926. OLE color: 6465926.
HSL color Cylindrical-coordinate representation of color #86A962: hue angle of 89.58º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86A962 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 169 | 98 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.34 |
| HSL | 89.58º | 0.29% | 0.52% | - |
| HSV(B) | 89.58º | 0.42% | 0.66% | - |
| XYZ | 26.22 | 34.33 | 16.8 | - |
| YUV | 150.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 169 | 98 | 0.21 | 0 | 0.42 | 0.34 | 89.58 | 0.29 | 0.52 |
| Hex | 86 | A9 | 62 | 15 | 0 | 2A | 22 | 5A | 1D | 34 |
| Octal | 206 | 251 | 142 | 25 | 0 | 52 | 42 | 132 | 35 | 64 |
| Binary | 10000110 | 10101001 | 1100010 | 10101 | 0 | 101010 | 100010 | 1011010 | 11101 | 110100 |
Color Harmonies of #86A962
Complementary color
Monochromatic Colors of #86A962
Black with #86A962
Text Example
Text Example
White with #86A962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A962; }
p { color: rgb(134,169,98); }
H1.HeaderClassName
{
color: #86A962;
}
.AnyTagClassName
{
color: #86A962;
}
</style>
background-color css
<style>
a { background-color: #86A962; }
a { background-color: rgb(134,169,98); }
div.DivClassName
{
background-color: #86A962;
}
.BgClassName
{
background-color: #86A962;
}
</style>
border-color css
<style>
span { border-color: #86A962; }
span { border-color: rgb(134,169,98); }
td.TdClassName
{
border-color: #86A962;
}
.TagClassName
{
border-color: #86A962;
}
</style>