Shades of Chelsea Cucumber #85A467
Tints of Chelsea Cucumber #85A467
RGB
CMYK
RGB Variations
Color information
#85A467 (or 0x85A467) is known color: Chelsea Cucumber. HEX triplet: 85, A4 and 67. RGB value is (133,164,103). Sum of RGB (Red+Green+Blue) = 133+164+103=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #85A467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A467 is #7A5B98. Grayscale: #939393. Windows color (decimal): -8018841 or 6792325. OLE color: 6792325.
HSL color Cylindrical-coordinate representation of color #85A467: hue angle of 90.49º 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 #85A467 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 103 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.36 |
| HSL | 90.49º | 0.25% | 0.52% | - |
| HSV(B) | 90.49º | 0.37% | 0.64% | - |
| XYZ | 25.4 | 32.52 | 17.77 | - |
| YUV | 147.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 103 | 0.19 | 0 | 0.37 | 0.36 | 90.49 | 0.25 | 0.52 |
| Hex | 85 | A4 | 67 | 13 | 0 | 25 | 24 | 5A | 19 | 34 |
| Octal | 205 | 244 | 147 | 23 | 0 | 45 | 44 | 132 | 31 | 64 |
| Binary | 10000101 | 10100100 | 1100111 | 10011 | 0 | 100101 | 100100 | 1011010 | 11001 | 110100 |
Color Harmonies of #85A467
Complementary color
Monochromatic Colors of #85A467
Black with #85A467
Text Example
Text Example
White with #85A467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A467; }
p { color: rgb(133,164,103); }
H1.HeaderClassName
{
color: #85A467;
}
.AnyTagClassName
{
color: #85A467;
}
</style>
background-color css
<style>
a { background-color: #85A467; }
a { background-color: rgb(133,164,103); }
div.DivClassName
{
background-color: #85A467;
}
.BgClassName
{
background-color: #85A467;
}
</style>
border-color css
<style>
span { border-color: #85A467; }
span { border-color: rgb(133,164,103); }
td.TdClassName
{
border-color: #85A467;
}
.TagClassName
{
border-color: #85A467;
}
</style>