Shades of Chelsea Cucumber #84A758
Tints of Chelsea Cucumber #84A758
RGB
CMYK
RGB Variations
Color information
#84A758 (or 0x84A758) is known color: Chelsea Cucumber. HEX triplet: 84, A7 and 58. RGB value is (132,167,88). Sum of RGB (Red+Green+Blue) = 132+167+88=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #84A758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A758 is #7B58A7. Grayscale: #939393. Windows color (decimal): -8083624 or 5810052. OLE color: 5810052.
HSL color Cylindrical-coordinate representation of color #84A758: hue angle of 86.58º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84A758 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 88 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.35 |
| HSL | 86.58º | 0.31% | 0.5% | - |
| HSV(B) | 86.58º | 0.47% | 0.65% | - |
| XYZ | 25.1 | 33.25 | 14.33 | - |
| YUV | 147.53 | 94.4 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 88 | 0.21 | 0 | 0.47 | 0.35 | 86.58 | 0.31 | 0.5 |
| Hex | 84 | A7 | 58 | 15 | 0 | 2F | 23 | 57 | 1F | 32 |
| Octal | 204 | 247 | 130 | 25 | 0 | 57 | 43 | 127 | 37 | 62 |
| Binary | 10000100 | 10100111 | 1011000 | 10101 | 0 | 101111 | 100011 | 1010111 | 11111 | 110010 |
Color Harmonies of #84A758
Complementary color
Monochromatic Colors of #84A758
Black with #84A758
Text Example
Text Example
White with #84A758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A758; }
p { color: rgb(132,167,88); }
H1.HeaderClassName
{
color: #84A758;
}
.AnyTagClassName
{
color: #84A758;
}
</style>
background-color css
<style>
a { background-color: #84A758; }
a { background-color: rgb(132,167,88); }
div.DivClassName
{
background-color: #84A758;
}
.BgClassName
{
background-color: #84A758;
}
</style>
border-color css
<style>
span { border-color: #84A758; }
span { border-color: rgb(132,167,88); }
td.TdClassName
{
border-color: #84A758;
}
.TagClassName
{
border-color: #84A758;
}
</style>