Shades of Chelsea Cucumber #84AD69
Tints of Chelsea Cucumber #84AD69
RGB
CMYK
RGB Variations
Color information
#84AD69 (or 0x84AD69) is known color: Chelsea Cucumber. HEX triplet: 84, AD and 69. RGB value is (132,173,105). Sum of RGB (Red+Green+Blue) = 132+173+105=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AD69 is #7B5296. Grayscale: #999999. Windows color (decimal): -8082071 or 6925700. OLE color: 6925700.
HSL color Cylindrical-coordinate representation of color #84AD69: hue angle of 96.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84AD69 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 105 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.32 |
| HSL | 96.18º | 0.29% | 0.55% | - |
| HSV(B) | 96.18º | 0.39% | 0.68% | - |
| XYZ | 27.01 | 35.81 | 18.85 | - |
| YUV | 152.99 | 100.92 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 105 | 0.24 | 0 | 0.39 | 0.32 | 96.18 | 0.29 | 0.55 |
| Hex | 84 | AD | 69 | 18 | 0 | 27 | 20 | 60 | 1D | 37 |
| Octal | 204 | 255 | 151 | 30 | 0 | 47 | 40 | 140 | 35 | 67 |
| Binary | 10000100 | 10101101 | 1101001 | 11000 | 0 | 100111 | 100000 | 1100000 | 11101 | 110111 |
Color Harmonies of #84AD69
Complementary color
Monochromatic Colors of #84AD69
Black with #84AD69
Text Example
Text Example
White with #84AD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AD69; }
p { color: rgb(132,173,105); }
H1.HeaderClassName
{
color: #84AD69;
}
.AnyTagClassName
{
color: #84AD69;
}
</style>
background-color css
<style>
a { background-color: #84AD69; }
a { background-color: rgb(132,173,105); }
div.DivClassName
{
background-color: #84AD69;
}
.BgClassName
{
background-color: #84AD69;
}
</style>
border-color css
<style>
span { border-color: #84AD69; }
span { border-color: rgb(132,173,105); }
td.TdClassName
{
border-color: #84AD69;
}
.TagClassName
{
border-color: #84AD69;
}
</style>