Shades of Chelsea Cucumber #86A36A
Tints of Chelsea Cucumber #86A36A
RGB
CMYK
RGB Variations
Color information
#86A36A (or 0x86A36A) is known color: Chelsea Cucumber. HEX triplet: 86, A3 and 6A. RGB value is (134,163,106). Sum of RGB (Red+Green+Blue) = 134+163+106=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 163 - color contains mainly: green. Hex color #86A36A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A36A is #795C95. Grayscale: #949494. Windows color (decimal): -7953558 or 6988678. OLE color: 6988678.
HSL color Cylindrical-coordinate representation of color #86A36A: hue angle of 90.53º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86A36A is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 163 | 106 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.36 |
| HSL | 90.53º | 0.24% | 0.53% | - |
| HSV(B) | 90.53º | 0.35% | 0.64% | - |
| XYZ | 25.53 | 32.3 | 18.53 | - |
| YUV | 147.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 106 | 0.18 | 0 | 0.35 | 0.36 | 90.53 | 0.24 | 0.53 |
| Hex | 86 | A3 | 6A | 12 | 0 | 23 | 24 | 5B | 18 | 35 |
| Octal | 206 | 243 | 152 | 22 | 0 | 43 | 44 | 133 | 30 | 65 |
| Binary | 10000110 | 10100011 | 1101010 | 10010 | 0 | 100011 | 100100 | 1011011 | 11000 | 110101 |
Color Harmonies of #86A36A
Complementary color
Monochromatic Colors of #86A36A
Black with #86A36A
Text Example
Text Example
White with #86A36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A36A; }
p { color: rgb(134,163,106); }
H1.HeaderClassName
{
color: #86A36A;
}
.AnyTagClassName
{
color: #86A36A;
}
</style>
background-color css
<style>
a { background-color: #86A36A; }
a { background-color: rgb(134,163,106); }
div.DivClassName
{
background-color: #86A36A;
}
.BgClassName
{
background-color: #86A36A;
}
</style>
border-color css
<style>
span { border-color: #86A36A; }
span { border-color: rgb(134,163,106); }
td.TdClassName
{
border-color: #86A36A;
}
.TagClassName
{
border-color: #86A36A;
}
</style>