Shades of Chelsea Cucumber #869F53
Tints of Chelsea Cucumber #869F53
RGB
CMYK
RGB Variations
Color information
#869F53 (or 0x869F53) is known color: Chelsea Cucumber. HEX triplet: 86, 9F and 53. RGB value is (134,159,83). Sum of RGB (Red+Green+Blue) = 134+159+83=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #869F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869F53 is #7960AC. Grayscale: #8F8F8F. Windows color (decimal): -7954605 or 5480326. OLE color: 5480326.
HSL color Cylindrical-coordinate representation of color #869F53: hue angle of 79.74º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #869F53 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 159 | 83 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.38 |
| HSL | 79.74º | 0.31% | 0.47% | - |
| HSV(B) | 79.74º | 0.48% | 0.62% | - |
| XYZ | 23.79 | 30.49 | 12.81 | - |
| YUV | 142.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 83 | 0.16 | 0 | 0.48 | 0.38 | 79.74 | 0.31 | 0.47 |
| Hex | 86 | 9F | 53 | 10 | 0 | 30 | 26 | 50 | 1F | 2F |
| Octal | 206 | 237 | 123 | 20 | 0 | 60 | 46 | 120 | 37 | 57 |
| Binary | 10000110 | 10011111 | 1010011 | 10000 | 0 | 110000 | 100110 | 1010000 | 11111 | 101111 |
Color Harmonies of #869F53
Complementary color
Monochromatic Colors of #869F53
Black with #869F53
Text Example
Text Example
White with #869F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869F53; }
p { color: rgb(134,159,83); }
H1.HeaderClassName
{
color: #869F53;
}
.AnyTagClassName
{
color: #869F53;
}
</style>
background-color css
<style>
a { background-color: #869F53; }
a { background-color: rgb(134,159,83); }
div.DivClassName
{
background-color: #869F53;
}
.BgClassName
{
background-color: #869F53;
}
</style>
border-color css
<style>
span { border-color: #869F53; }
span { border-color: rgb(134,159,83); }
td.TdClassName
{
border-color: #869F53;
}
.TagClassName
{
border-color: #869F53;
}
</style>