Shades of Chelsea Cucumber #869E52
Tints of Chelsea Cucumber #869E52
RGB
CMYK
RGB Variations
Color information
#869E52 (or 0x869E52) is known color: Chelsea Cucumber. HEX triplet: 86, 9E and 52. RGB value is (134,158,82). Sum of RGB (Red+Green+Blue) = 134+158+82=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #869E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869E52 is #7961AD. Grayscale: #8E8E8E. Windows color (decimal): -7954862 or 5414534. OLE color: 5414534.
HSL color Cylindrical-coordinate representation of color #869E52: hue angle of 78.95º degrees, saturation: 0.32, 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 #869E52 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 158 | 82 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.38 |
| HSL | 78.95º | 0.32% | 0.47% | - |
| HSV(B) | 78.95º | 0.48% | 0.62% | - |
| XYZ | 23.58 | 30.13 | 12.56 | - |
| YUV | 142.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 158 | 82 | 0.15 | 0 | 0.48 | 0.38 | 78.95 | 0.32 | 0.47 |
| Hex | 86 | 9E | 52 | F | 0 | 30 | 26 | 4F | 20 | 2F |
| Octal | 206 | 236 | 122 | 17 | 0 | 60 | 46 | 117 | 40 | 57 |
| Binary | 10000110 | 10011110 | 1010010 | 1111 | 0 | 110000 | 100110 | 1001111 | 100000 | 101111 |
Color Harmonies of #869E52
Complementary color
Monochromatic Colors of #869E52
Black with #869E52
Text Example
Text Example
White with #869E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869E52; }
p { color: rgb(134,158,82); }
H1.HeaderClassName
{
color: #869E52;
}
.AnyTagClassName
{
color: #869E52;
}
</style>
background-color css
<style>
a { background-color: #869E52; }
a { background-color: rgb(134,158,82); }
div.DivClassName
{
background-color: #869E52;
}
.BgClassName
{
background-color: #869E52;
}
</style>
border-color css
<style>
span { border-color: #869E52; }
span { border-color: rgb(134,158,82); }
td.TdClassName
{
border-color: #869E52;
}
.TagClassName
{
border-color: #869E52;
}
</style>