Shades of Chelsea Cucumber #84985A
Tints of Chelsea Cucumber #84985A
RGB
CMYK
RGB Variations
Color information
#84985A (or 0x84985A) is known color: Chelsea Cucumber. HEX triplet: 84, 98 and 5A. RGB value is (132,152,90). Sum of RGB (Red+Green+Blue) = 132+152+90=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #84985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84985A is #7B67A5. Grayscale: #8B8B8B. Windows color (decimal): -8087462 or 5937284. OLE color: 5937284.
HSL color Cylindrical-coordinate representation of color #84985A: hue angle of 79.35º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84985A is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 152 | 90 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.40 |
| HSL | 79.35º | 0.26% | 0.47% | - |
| HSV(B) | 79.35º | 0.41% | 0.6% | - |
| XYZ | 22.59 | 28.1 | 13.91 | - |
| YUV | 138.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 90 | 0.13 | 0 | 0.41 | 0.40 | 79.35 | 0.26 | 0.47 |
| Hex | 84 | 98 | 5A | D | 0 | 29 | 28 | 4F | 1A | 2F |
| Octal | 204 | 230 | 132 | 15 | 0 | 51 | 50 | 117 | 32 | 57 |
| Binary | 10000100 | 10011000 | 1011010 | 1101 | 0 | 101001 | 101000 | 1001111 | 11010 | 101111 |
Color Harmonies of #84985A
Complementary color
Monochromatic Colors of #84985A
Black with #84985A
Text Example
Text Example
White with #84985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84985A; }
p { color: rgb(132,152,90); }
H1.HeaderClassName
{
color: #84985A;
}
.AnyTagClassName
{
color: #84985A;
}
</style>
background-color css
<style>
a { background-color: #84985A; }
a { background-color: rgb(132,152,90); }
div.DivClassName
{
background-color: #84985A;
}
.BgClassName
{
background-color: #84985A;
}
</style>
border-color css
<style>
span { border-color: #84985A; }
span { border-color: rgb(132,152,90); }
td.TdClassName
{
border-color: #84985A;
}
.TagClassName
{
border-color: #84985A;
}
</style>