Shades of Chelsea Cucumber #87A94B
Tints of Chelsea Cucumber #87A94B
RGB
CMYK
RGB Variations
Color information
#87A94B (or 0x87A94B) is known color: Chelsea Cucumber. HEX triplet: 87, A9 and 4B. RGB value is (135,169,75). Sum of RGB (Red+Green+Blue) = 135+169+75=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 169 - color contains mainly: green. Hex color #87A94B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A94B is #7856B4. Grayscale: #949494. Windows color (decimal): -7886517 or 4958599. OLE color: 4958599.
HSL color Cylindrical-coordinate representation of color #87A94B: hue angle of 81.7º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #87A94B is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 169 | 75 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.34 |
| HSL | 81.7º | 0.39% | 0.48% | - |
| HSV(B) | 81.7º | 0.56% | 0.66% | - |
| XYZ | 25.45 | 34.03 | 11.88 | - |
| YUV | 148.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 169 | 75 | 0.20 | 0 | 0.56 | 0.34 | 81.7 | 0.39 | 0.48 |
| Hex | 87 | A9 | 4B | 14 | 0 | 38 | 22 | 52 | 27 | 30 |
| Octal | 207 | 251 | 113 | 24 | 0 | 70 | 42 | 122 | 47 | 60 |
| Binary | 10000111 | 10101001 | 1001011 | 10100 | 0 | 111000 | 100010 | 1010010 | 100111 | 110000 |
Color Harmonies of #87A94B
Complementary color
Monochromatic Colors of #87A94B
Black with #87A94B
Text Example
Text Example
White with #87A94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A94B; }
p { color: rgb(135,169,75); }
H1.HeaderClassName
{
color: #87A94B;
}
.AnyTagClassName
{
color: #87A94B;
}
</style>
background-color css
<style>
a { background-color: #87A94B; }
a { background-color: rgb(135,169,75); }
div.DivClassName
{
background-color: #87A94B;
}
.BgClassName
{
background-color: #87A94B;
}
</style>
border-color css
<style>
span { border-color: #87A94B; }
span { border-color: rgb(135,169,75); }
td.TdClassName
{
border-color: #87A94B;
}
.TagClassName
{
border-color: #87A94B;
}
</style>