Shades of Chelsea Cucumber #84AF68
Tints of Chelsea Cucumber #84AF68
RGB
CMYK
RGB Variations
Color information
#84AF68 (or 0x84AF68) is known color: Chelsea Cucumber. HEX triplet: 84, AF and 68. RGB value is (132,175,104). Sum of RGB (Red+Green+Blue) = 132+175+104=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF68 is #7B5097. Grayscale: #9A9A9A. Windows color (decimal): -8081560 or 6860676. OLE color: 6860676.
HSL color Cylindrical-coordinate representation of color #84AF68: hue angle of 96.34º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84AF68 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 104 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.31 |
| HSL | 96.34º | 0.31% | 0.55% | - |
| HSV(B) | 96.34º | 0.41% | 0.69% | - |
| XYZ | 27.34 | 36.56 | 18.71 | - |
| YUV | 154.05 | 99.75 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 104 | 0.25 | 0 | 0.41 | 0.31 | 96.34 | 0.31 | 0.55 |
| Hex | 84 | AF | 68 | 19 | 0 | 29 | 1F | 60 | 1F | 37 |
| Octal | 204 | 257 | 150 | 31 | 0 | 51 | 37 | 140 | 37 | 67 |
| Binary | 10000100 | 10101111 | 1101000 | 11001 | 0 | 101001 | 11111 | 1100000 | 11111 | 110111 |
Color Harmonies of #84AF68
Complementary color
Monochromatic Colors of #84AF68
Black with #84AF68
Text Example
Text Example
White with #84AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF68; }
p { color: rgb(132,175,104); }
H1.HeaderClassName
{
color: #84AF68;
}
.AnyTagClassName
{
color: #84AF68;
}
</style>
background-color css
<style>
a { background-color: #84AF68; }
a { background-color: rgb(132,175,104); }
div.DivClassName
{
background-color: #84AF68;
}
.BgClassName
{
background-color: #84AF68;
}
</style>
border-color css
<style>
span { border-color: #84AF68; }
span { border-color: rgb(132,175,104); }
td.TdClassName
{
border-color: #84AF68;
}
.TagClassName
{
border-color: #84AF68;
}
</style>