Shades of Chelsea Cucumber #85A367
Tints of Chelsea Cucumber #85A367
RGB
CMYK
RGB Variations
Color information
#85A367 (or 0x85A367) is known color: Chelsea Cucumber. HEX triplet: 85, A3 and 67. RGB value is (133,163,103). Sum of RGB (Red+Green+Blue) = 133+163+103=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #85A367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A367 is #7A5C98. Grayscale: #939393. Windows color (decimal): -8019097 or 6792069. OLE color: 6792069.
HSL color Cylindrical-coordinate representation of color #85A367: hue angle of 90º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85A367 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 103 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.36 |
| HSL | 90º | 0.25% | 0.52% | - |
| HSV(B) | 90º | 0.37% | 0.64% | - |
| XYZ | 25.22 | 32.16 | 17.71 | - |
| YUV | 147.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 103 | 0.18 | 0 | 0.37 | 0.36 | 90 | 0.25 | 0.52 |
| Hex | 85 | A3 | 67 | 12 | 0 | 25 | 24 | 5A | 19 | 34 |
| Octal | 205 | 243 | 147 | 22 | 0 | 45 | 44 | 132 | 31 | 64 |
| Binary | 10000101 | 10100011 | 1100111 | 10010 | 0 | 100101 | 100100 | 1011010 | 11001 | 110100 |
Color Harmonies of #85A367
Complementary color
Monochromatic Colors of #85A367
Black with #85A367
Text Example
Text Example
White with #85A367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A367; }
p { color: rgb(133,163,103); }
H1.HeaderClassName
{
color: #85A367;
}
.AnyTagClassName
{
color: #85A367;
}
</style>
background-color css
<style>
a { background-color: #85A367; }
a { background-color: rgb(133,163,103); }
div.DivClassName
{
background-color: #85A367;
}
.BgClassName
{
background-color: #85A367;
}
</style>
border-color css
<style>
span { border-color: #85A367; }
span { border-color: rgb(133,163,103); }
td.TdClassName
{
border-color: #85A367;
}
.TagClassName
{
border-color: #85A367;
}
</style>