Shades of Chelsea Cucumber #86AA53
Tints of Chelsea Cucumber #86AA53
RGB
CMYK
RGB Variations
Color information
#86AA53 (or 0x86AA53) is known color: Chelsea Cucumber. HEX triplet: 86, AA and 53. RGB value is (134,170,83). Sum of RGB (Red+Green+Blue) = 134+170+83=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA53 is #7955AC. Grayscale: #959595. Windows color (decimal): -7951789 or 5483142. OLE color: 5483142.
HSL color Cylindrical-coordinate representation of color #86AA53: hue angle of 84.83º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86AA53 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 83 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.33 |
| HSL | 84.83º | 0.34% | 0.5% | - |
| HSV(B) | 84.83º | 0.51% | 0.67% | - |
| XYZ | 25.77 | 34.44 | 13.47 | - |
| YUV | 149.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 83 | 0.21 | 0 | 0.51 | 0.33 | 84.83 | 0.34 | 0.5 |
| Hex | 86 | AA | 53 | 15 | 0 | 33 | 21 | 55 | 22 | 32 |
| Octal | 206 | 252 | 123 | 25 | 0 | 63 | 41 | 125 | 42 | 62 |
| Binary | 10000110 | 10101010 | 1010011 | 10101 | 0 | 110011 | 100001 | 1010101 | 100010 | 110010 |
Color Harmonies of #86AA53
Complementary color
Monochromatic Colors of #86AA53
Black with #86AA53
Text Example
Text Example
White with #86AA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AA53; }
p { color: rgb(134,170,83); }
H1.HeaderClassName
{
color: #86AA53;
}
.AnyTagClassName
{
color: #86AA53;
}
</style>
background-color css
<style>
a { background-color: #86AA53; }
a { background-color: rgb(134,170,83); }
div.DivClassName
{
background-color: #86AA53;
}
.BgClassName
{
background-color: #86AA53;
}
</style>
border-color css
<style>
span { border-color: #86AA53; }
span { border-color: rgb(134,170,83); }
td.TdClassName
{
border-color: #86AA53;
}
.TagClassName
{
border-color: #86AA53;
}
</style>