Shades of Chelsea Cucumber #86B053
Tints of Chelsea Cucumber #86B053
RGB
CMYK
RGB Variations
Color information
#86B053 (or 0x86B053) is known color: Chelsea Cucumber. HEX triplet: 86, B0 and 53. RGB value is (134,176,83). Sum of RGB (Red+Green+Blue) = 134+176+83=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 176 - color contains mainly: green. Hex color #86B053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B053 is #794FAC. Grayscale: #999999. Windows color (decimal): -7950253 or 5484678. OLE color: 5484678.
HSL color Cylindrical-coordinate representation of color #86B053: hue angle of 87.1º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86B053 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 176 | 83 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.31 |
| HSL | 87.1º | 0.37% | 0.51% | - |
| HSV(B) | 87.1º | 0.53% | 0.69% | - |
| XYZ | 26.92 | 36.74 | 13.86 | - |
| YUV | 152.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 176 | 83 | 0.24 | 0 | 0.53 | 0.31 | 87.1 | 0.37 | 0.51 |
| Hex | 86 | B0 | 53 | 18 | 0 | 35 | 1F | 57 | 25 | 33 |
| Octal | 206 | 260 | 123 | 30 | 0 | 65 | 37 | 127 | 45 | 63 |
| Binary | 10000110 | 10110000 | 1010011 | 11000 | 0 | 110101 | 11111 | 1010111 | 100101 | 110011 |
Color Harmonies of #86B053
Complementary color
Monochromatic Colors of #86B053
Black with #86B053
Text Example
Text Example
White with #86B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B053; }
p { color: rgb(134,176,83); }
H1.HeaderClassName
{
color: #86B053;
}
.AnyTagClassName
{
color: #86B053;
}
</style>
background-color css
<style>
a { background-color: #86B053; }
a { background-color: rgb(134,176,83); }
div.DivClassName
{
background-color: #86B053;
}
.BgClassName
{
background-color: #86B053;
}
</style>
border-color css
<style>
span { border-color: #86B053; }
span { border-color: rgb(134,176,83); }
td.TdClassName
{
border-color: #86B053;
}
.TagClassName
{
border-color: #86B053;
}
</style>