Shades of Chelsea Cucumber #869852
Tints of Chelsea Cucumber #869852
RGB
CMYK
RGB Variations
Color information
#869852 (or 0x869852) is known color: Chelsea Cucumber. HEX triplet: 86, 98 and 52. RGB value is (134,152,82). Sum of RGB (Red+Green+Blue) = 134+152+82=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #869852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869852 is #7967AD. Grayscale: #8A8A8A. Windows color (decimal): -7956398 or 5412998. OLE color: 5412998.
HSL color Cylindrical-coordinate representation of color #869852: hue angle of 75.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #869852 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 152 | 82 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.40 |
| HSL | 75.43º | 0.3% | 0.46% | - |
| HSV(B) | 75.43º | 0.46% | 0.6% | - |
| XYZ | 22.58 | 28.13 | 12.22 | - |
| YUV | 138.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 82 | 0.12 | 0 | 0.46 | 0.40 | 75.43 | 0.3 | 0.46 |
| Hex | 86 | 98 | 52 | C | 0 | 2E | 28 | 4B | 1E | 2E |
| Octal | 206 | 230 | 122 | 14 | 0 | 56 | 50 | 113 | 36 | 56 |
| Binary | 10000110 | 10011000 | 1010010 | 1100 | 0 | 101110 | 101000 | 1001011 | 11110 | 101110 |
Color Harmonies of #869852
Complementary color
Monochromatic Colors of #869852
Black with #869852
Text Example
Text Example
White with #869852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869852; }
p { color: rgb(134,152,82); }
H1.HeaderClassName
{
color: #869852;
}
.AnyTagClassName
{
color: #869852;
}
</style>
background-color css
<style>
a { background-color: #869852; }
a { background-color: rgb(134,152,82); }
div.DivClassName
{
background-color: #869852;
}
.BgClassName
{
background-color: #869852;
}
</style>
border-color css
<style>
span { border-color: #869852; }
span { border-color: rgb(134,152,82); }
td.TdClassName
{
border-color: #869852;
}
.TagClassName
{
border-color: #869852;
}
</style>