Shades of Chelsea Cucumber #85985C
Tints of Chelsea Cucumber #85985C
RGB
CMYK
RGB Variations
Color information
#85985C (or 0x85985C) is known color: Chelsea Cucumber. HEX triplet: 85, 98 and 5C. RGB value is (133,152,92). Sum of RGB (Red+Green+Blue) = 133+152+92=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #85985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85985C is #7A67A3. Grayscale: #8B8B8B. Windows color (decimal): -8021924 or 6068357. OLE color: 6068357.
HSL color Cylindrical-coordinate representation of color #85985C: hue angle of 79º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85985C is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 152 | 92 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.40 |
| HSL | 79º | 0.25% | 0.48% | - |
| HSV(B) | 79º | 0.39% | 0.6% | - |
| XYZ | 22.83 | 28.22 | 14.37 | - |
| YUV | 139.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 92 | 0.13 | 0 | 0.39 | 0.40 | 79 | 0.25 | 0.48 |
| Hex | 85 | 98 | 5C | D | 0 | 27 | 28 | 4F | 19 | 30 |
| Octal | 205 | 230 | 134 | 15 | 0 | 47 | 50 | 117 | 31 | 60 |
| Binary | 10000101 | 10011000 | 1011100 | 1101 | 0 | 100111 | 101000 | 1001111 | 11001 | 110000 |
Color Harmonies of #85985C
Complementary color
Monochromatic Colors of #85985C
Black with #85985C
Text Example
Text Example
White with #85985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85985C; }
p { color: rgb(133,152,92); }
H1.HeaderClassName
{
color: #85985C;
}
.AnyTagClassName
{
color: #85985C;
}
</style>
background-color css
<style>
a { background-color: #85985C; }
a { background-color: rgb(133,152,92); }
div.DivClassName
{
background-color: #85985C;
}
.BgClassName
{
background-color: #85985C;
}
</style>
border-color css
<style>
span { border-color: #85985C; }
span { border-color: rgb(133,152,92); }
td.TdClassName
{
border-color: #85985C;
}
.TagClassName
{
border-color: #85985C;
}
</style>