Shades of Chelsea Cucumber #84995C
Tints of Chelsea Cucumber #84995C
RGB
CMYK
RGB Variations
Color information
#84995C (or 0x84995C) is known color: Chelsea Cucumber. HEX triplet: 84, 99 and 5C. RGB value is (132,153,92). Sum of RGB (Red+Green+Blue) = 132+153+92=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #84995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84995C is #7B66A3. Grayscale: #8B8B8B. Windows color (decimal): -8087204 or 6068612. OLE color: 6068612.
HSL color Cylindrical-coordinate representation of color #84995C: hue angle of 80.66º 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 #84995C is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 153 | 92 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.4 |
| HSL | 80.66º | 0.25% | 0.48% | - |
| HSV(B) | 80.66º | 0.4% | 0.6% | - |
| XYZ | 22.84 | 28.46 | 14.41 | - |
| YUV | 139.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 92 | 0.14 | 0 | 0.40 | 0.4 | 80.66 | 0.25 | 0.48 |
| Hex | 84 | 99 | 5C | E | 0 | 28 | 28 | 51 | 19 | 30 |
| Octal | 204 | 231 | 134 | 16 | 0 | 50 | 50 | 121 | 31 | 60 |
| Binary | 10000100 | 10011001 | 1011100 | 1110 | 0 | 101000 | 101000 | 1010001 | 11001 | 110000 |
Color Harmonies of #84995C
Complementary color
Monochromatic Colors of #84995C
Black with #84995C
Text Example
Text Example
White with #84995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84995C; }
p { color: rgb(132,153,92); }
H1.HeaderClassName
{
color: #84995C;
}
.AnyTagClassName
{
color: #84995C;
}
</style>
background-color css
<style>
a { background-color: #84995C; }
a { background-color: rgb(132,153,92); }
div.DivClassName
{
background-color: #84995C;
}
.BgClassName
{
background-color: #84995C;
}
</style>
border-color css
<style>
span { border-color: #84995C; }
span { border-color: rgb(132,153,92); }
td.TdClassName
{
border-color: #84995C;
}
.TagClassName
{
border-color: #84995C;
}
</style>