Shades of Chelsea Cucumber #84AD57
Tints of Chelsea Cucumber #84AD57
RGB
CMYK
RGB Variations
Color information
#84AD57 (or 0x84AD57) is known color: Chelsea Cucumber. HEX triplet: 84, AD and 57. RGB value is (132,173,87). Sum of RGB (Red+Green+Blue) = 132+173+87=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AD57 is #7B52A8. Grayscale: #979797. Windows color (decimal): -8082089 or 5746052. OLE color: 5746052.
HSL color Cylindrical-coordinate representation of color #84AD57: hue angle of 88.6º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84AD57 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 87 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.32 |
| HSL | 88.6º | 0.34% | 0.51% | - |
| HSV(B) | 88.6º | 0.5% | 0.68% | - |
| XYZ | 26.18 | 35.48 | 14.49 | - |
| YUV | 150.94 | 91.92 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 87 | 0.24 | 0 | 0.50 | 0.32 | 88.6 | 0.34 | 0.51 |
| Hex | 84 | AD | 57 | 18 | 0 | 32 | 20 | 59 | 22 | 33 |
| Octal | 204 | 255 | 127 | 30 | 0 | 62 | 40 | 131 | 42 | 63 |
| Binary | 10000100 | 10101101 | 1010111 | 11000 | 0 | 110010 | 100000 | 1011001 | 100010 | 110011 |
Color Harmonies of #84AD57
Complementary color
Monochromatic Colors of #84AD57
Black with #84AD57
Text Example
Text Example
White with #84AD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AD57; }
p { color: rgb(132,173,87); }
H1.HeaderClassName
{
color: #84AD57;
}
.AnyTagClassName
{
color: #84AD57;
}
</style>
background-color css
<style>
a { background-color: #84AD57; }
a { background-color: rgb(132,173,87); }
div.DivClassName
{
background-color: #84AD57;
}
.BgClassName
{
background-color: #84AD57;
}
</style>
border-color css
<style>
span { border-color: #84AD57; }
span { border-color: rgb(132,173,87); }
td.TdClassName
{
border-color: #84AD57;
}
.TagClassName
{
border-color: #84AD57;
}
</style>