Shades of Chelsea Cucumber #86A24D
Tints of Chelsea Cucumber #86A24D
RGB
CMYK
RGB Variations
Color information
#86A24D (or 0x86A24D) is known color: Chelsea Cucumber. HEX triplet: 86, A2 and 4D. RGB value is (134,162,77). Sum of RGB (Red+Green+Blue) = 134+162+77=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #86A24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A24D is #795DB2. Grayscale: #909090. Windows color (decimal): -7953843 or 5087878. OLE color: 5087878.
HSL color Cylindrical-coordinate representation of color #86A24D: hue angle of 79.76º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86A24D is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 162 | 77 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.36 |
| HSL | 79.76º | 0.36% | 0.47% | - |
| HSV(B) | 79.76º | 0.52% | 0.64% | - |
| XYZ | 24.09 | 31.44 | 11.82 | - |
| YUV | 143.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 162 | 77 | 0.17 | 0 | 0.52 | 0.36 | 79.76 | 0.36 | 0.47 |
| Hex | 86 | A2 | 4D | 11 | 0 | 34 | 24 | 50 | 24 | 2F |
| Octal | 206 | 242 | 115 | 21 | 0 | 64 | 44 | 120 | 44 | 57 |
| Binary | 10000110 | 10100010 | 1001101 | 10001 | 0 | 110100 | 100100 | 1010000 | 100100 | 101111 |
Color Harmonies of #86A24D
Complementary color
Monochromatic Colors of #86A24D
Black with #86A24D
Text Example
Text Example
White with #86A24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A24D; }
p { color: rgb(134,162,77); }
H1.HeaderClassName
{
color: #86A24D;
}
.AnyTagClassName
{
color: #86A24D;
}
</style>
background-color css
<style>
a { background-color: #86A24D; }
a { background-color: rgb(134,162,77); }
div.DivClassName
{
background-color: #86A24D;
}
.BgClassName
{
background-color: #86A24D;
}
</style>
border-color css
<style>
span { border-color: #86A24D; }
span { border-color: rgb(134,162,77); }
td.TdClassName
{
border-color: #86A24D;
}
.TagClassName
{
border-color: #86A24D;
}
</style>