Shades of Chelsea Cucumber #84AF69
Tints of Chelsea Cucumber #84AF69
RGB
CMYK
RGB Variations
Color information
#84AF69 (or 0x84AF69) is known color: Chelsea Cucumber. HEX triplet: 84, AF and 69. RGB value is (132,175,105). Sum of RGB (Red+Green+Blue) = 132+175+105=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF69 is #7B5096. Grayscale: #9A9A9A. Windows color (decimal): -8081559 or 6926212. OLE color: 6926212.
HSL color Cylindrical-coordinate representation of color #84AF69: hue angle of 96.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84AF69 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 105 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.31 |
| HSL | 96.86º | 0.3% | 0.55% | - |
| HSV(B) | 96.86º | 0.4% | 0.69% | - |
| XYZ | 27.4 | 36.59 | 18.98 | - |
| YUV | 154.16 | 100.25 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 105 | 0.25 | 0 | 0.40 | 0.31 | 96.86 | 0.3 | 0.55 |
| Hex | 84 | AF | 69 | 19 | 0 | 28 | 1F | 61 | 1E | 37 |
| Octal | 204 | 257 | 151 | 31 | 0 | 50 | 37 | 141 | 36 | 67 |
| Binary | 10000100 | 10101111 | 1101001 | 11001 | 0 | 101000 | 11111 | 1100001 | 11110 | 110111 |
Color Harmonies of #84AF69
Complementary color
Monochromatic Colors of #84AF69
Black with #84AF69
Text Example
Text Example
White with #84AF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF69; }
p { color: rgb(132,175,105); }
H1.HeaderClassName
{
color: #84AF69;
}
.AnyTagClassName
{
color: #84AF69;
}
</style>
background-color css
<style>
a { background-color: #84AF69; }
a { background-color: rgb(132,175,105); }
div.DivClassName
{
background-color: #84AF69;
}
.BgClassName
{
background-color: #84AF69;
}
</style>
border-color css
<style>
span { border-color: #84AF69; }
span { border-color: rgb(132,175,105); }
td.TdClassName
{
border-color: #84AF69;
}
.TagClassName
{
border-color: #84AF69;
}
</style>