Shades of Chelsea Cucumber #86AA52
Tints of Chelsea Cucumber #86AA52
RGB
CMYK
RGB Variations
Color information
#86AA52 (or 0x86AA52) is known color: Chelsea Cucumber. HEX triplet: 86, AA and 52. RGB value is (134,170,82). Sum of RGB (Red+Green+Blue) = 134+170+82=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA52 is #7955AD. Grayscale: #959595. Windows color (decimal): -7951790 or 5417606. OLE color: 5417606.
HSL color Cylindrical-coordinate representation of color #86AA52: hue angle of 84.55º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86AA52 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 82 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.33 |
| HSL | 84.55º | 0.35% | 0.49% | - |
| HSV(B) | 84.55º | 0.52% | 0.67% | - |
| XYZ | 25.73 | 34.43 | 13.27 | - |
| YUV | 149.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 82 | 0.21 | 0 | 0.52 | 0.33 | 84.55 | 0.35 | 0.49 |
| Hex | 86 | AA | 52 | 15 | 0 | 34 | 21 | 55 | 23 | 31 |
| Octal | 206 | 252 | 122 | 25 | 0 | 64 | 41 | 125 | 43 | 61 |
| Binary | 10000110 | 10101010 | 1010010 | 10101 | 0 | 110100 | 100001 | 1010101 | 100011 | 110001 |
Color Harmonies of #86AA52
Complementary color
Monochromatic Colors of #86AA52
Black with #86AA52
Text Example
Text Example
White with #86AA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AA52; }
p { color: rgb(134,170,82); }
H1.HeaderClassName
{
color: #86AA52;
}
.AnyTagClassName
{
color: #86AA52;
}
</style>
background-color css
<style>
a { background-color: #86AA52; }
a { background-color: rgb(134,170,82); }
div.DivClassName
{
background-color: #86AA52;
}
.BgClassName
{
background-color: #86AA52;
}
</style>
border-color css
<style>
span { border-color: #86AA52; }
span { border-color: rgb(134,170,82); }
td.TdClassName
{
border-color: #86AA52;
}
.TagClassName
{
border-color: #86AA52;
}
</style>