Shades of Chelsea Cucumber #84AF59
Tints of Chelsea Cucumber #84AF59
RGB
CMYK
RGB Variations
Color information
#84AF59 (or 0x84AF59) is known color: Chelsea Cucumber. HEX triplet: 84, AF and 59. RGB value is (132,175,89). Sum of RGB (Red+Green+Blue) = 132+175+89=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF59 is #7B50A6. Grayscale: #989898. Windows color (decimal): -8081575 or 5877636. OLE color: 5877636.
HSL color Cylindrical-coordinate representation of color #84AF59: hue angle of 90º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84AF59 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 89 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.31 |
| HSL | 90º | 0.35% | 0.52% | - |
| HSV(B) | 90º | 0.49% | 0.69% | - |
| XYZ | 26.65 | 36.29 | 15.05 | - |
| YUV | 152.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 89 | 0.25 | 0 | 0.49 | 0.31 | 90 | 0.35 | 0.52 |
| Hex | 84 | AF | 59 | 19 | 0 | 31 | 1F | 5A | 23 | 34 |
| Octal | 204 | 257 | 131 | 31 | 0 | 61 | 37 | 132 | 43 | 64 |
| Binary | 10000100 | 10101111 | 1011001 | 11001 | 0 | 110001 | 11111 | 1011010 | 100011 | 110100 |
Color Harmonies of #84AF59
Complementary color
Monochromatic Colors of #84AF59
Black with #84AF59
Text Example
Text Example
White with #84AF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF59; }
p { color: rgb(132,175,89); }
H1.HeaderClassName
{
color: #84AF59;
}
.AnyTagClassName
{
color: #84AF59;
}
</style>
background-color css
<style>
a { background-color: #84AF59; }
a { background-color: rgb(132,175,89); }
div.DivClassName
{
background-color: #84AF59;
}
.BgClassName
{
background-color: #84AF59;
}
</style>
border-color css
<style>
span { border-color: #84AF59; }
span { border-color: rgb(132,175,89); }
td.TdClassName
{
border-color: #84AF59;
}
.TagClassName
{
border-color: #84AF59;
}
</style>