Shades of Chelsea Cucumber #86A152
Tints of Chelsea Cucumber #86A152
RGB
CMYK
RGB Variations
Color information
#86A152 (or 0x86A152) is known color: Chelsea Cucumber. HEX triplet: 86, A1 and 52. RGB value is (134,161,82). Sum of RGB (Red+Green+Blue) = 134+161+82=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #86A152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A152 is #795EAD. Grayscale: #909090. Windows color (decimal): -7954094 or 5415302. OLE color: 5415302.
HSL color Cylindrical-coordinate representation of color #86A152: hue angle of 80.51º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86A152 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 82 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.37 |
| HSL | 80.51º | 0.33% | 0.48% | - |
| HSV(B) | 80.51º | 0.49% | 0.63% | - |
| XYZ | 24.1 | 31.17 | 12.73 | - |
| YUV | 143.92 | 93.05 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 82 | 0.17 | 0 | 0.49 | 0.37 | 80.51 | 0.33 | 0.48 |
| Hex | 86 | A1 | 52 | 11 | 0 | 31 | 25 | 51 | 21 | 30 |
| Octal | 206 | 241 | 122 | 21 | 0 | 61 | 45 | 121 | 41 | 60 |
| Binary | 10000110 | 10100001 | 1010010 | 10001 | 0 | 110001 | 100101 | 1010001 | 100001 | 110000 |
Color Harmonies of #86A152
Complementary color
Monochromatic Colors of #86A152
Black with #86A152
Text Example
Text Example
White with #86A152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A152; }
p { color: rgb(134,161,82); }
H1.HeaderClassName
{
color: #86A152;
}
.AnyTagClassName
{
color: #86A152;
}
</style>
background-color css
<style>
a { background-color: #86A152; }
a { background-color: rgb(134,161,82); }
div.DivClassName
{
background-color: #86A152;
}
.BgClassName
{
background-color: #86A152;
}
</style>
border-color css
<style>
span { border-color: #86A152; }
span { border-color: rgb(134,161,82); }
td.TdClassName
{
border-color: #86A152;
}
.TagClassName
{
border-color: #86A152;
}
</style>