Shades of Chelsea Cucumber #87985B
Tints of Chelsea Cucumber #87985B
RGB
CMYK
RGB Variations
Color information
#87985B (or 0x87985B) is known color: Chelsea Cucumber. HEX triplet: 87, 98 and 5B. RGB value is (135,152,91). Sum of RGB (Red+Green+Blue) = 135+152+91=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #87985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87985B is #7867A4. Grayscale: #8C8C8C. Windows color (decimal): -7890853 or 6002823. OLE color: 6002823.
HSL color Cylindrical-coordinate representation of color #87985B: hue angle of 76.72º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87985B is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 152 | 91 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.40 |
| HSL | 76.72º | 0.25% | 0.48% | - |
| HSV(B) | 76.72º | 0.4% | 0.6% | - |
| XYZ | 23.11 | 28.36 | 14.15 | - |
| YUV | 139.96 | 100.37 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 152 | 91 | 0.11 | 0 | 0.40 | 0.40 | 76.72 | 0.25 | 0.48 |
| Hex | 87 | 98 | 5B | B | 0 | 28 | 28 | 4D | 19 | 30 |
| Octal | 207 | 230 | 133 | 13 | 0 | 50 | 50 | 115 | 31 | 60 |
| Binary | 10000111 | 10011000 | 1011011 | 1011 | 0 | 101000 | 101000 | 1001101 | 11001 | 110000 |
Color Harmonies of #87985B
Complementary color
Monochromatic Colors of #87985B
Black with #87985B
Text Example
Text Example
White with #87985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87985B; }
p { color: rgb(135,152,91); }
H1.HeaderClassName
{
color: #87985B;
}
.AnyTagClassName
{
color: #87985B;
}
</style>
background-color css
<style>
a { background-color: #87985B; }
a { background-color: rgb(135,152,91); }
div.DivClassName
{
background-color: #87985B;
}
.BgClassName
{
background-color: #87985B;
}
</style>
border-color css
<style>
span { border-color: #87985B; }
span { border-color: rgb(135,152,91); }
td.TdClassName
{
border-color: #87985B;
}
.TagClassName
{
border-color: #87985B;
}
</style>