Shades of Chelsea Cucumber #84AB68
Tints of Chelsea Cucumber #84AB68
RGB
CMYK
RGB Variations
Color information
#84AB68 (or 0x84AB68) is known color: Chelsea Cucumber. HEX triplet: 84, AB and 68. RGB value is (132,171,104). Sum of RGB (Red+Green+Blue) = 132+171+104=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AB68 is #7B5497. Grayscale: #979797. Windows color (decimal): -8082584 or 6859652. OLE color: 6859652.
HSL color Cylindrical-coordinate representation of color #84AB68: hue angle of 94.93º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84AB68 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 171 | 104 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.33 |
| HSL | 94.93º | 0.29% | 0.54% | - |
| HSV(B) | 94.93º | 0.39% | 0.67% | - |
| XYZ | 26.58 | 35.03 | 18.46 | - |
| YUV | 151.7 | 101.08 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 104 | 0.23 | 0 | 0.39 | 0.33 | 94.93 | 0.29 | 0.54 |
| Hex | 84 | AB | 68 | 17 | 0 | 27 | 21 | 5F | 1D | 36 |
| Octal | 204 | 253 | 150 | 27 | 0 | 47 | 41 | 137 | 35 | 66 |
| Binary | 10000100 | 10101011 | 1101000 | 10111 | 0 | 100111 | 100001 | 1011111 | 11101 | 110110 |
Color Harmonies of #84AB68
Complementary color
Monochromatic Colors of #84AB68
Black with #84AB68
Text Example
Text Example
White with #84AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AB68; }
p { color: rgb(132,171,104); }
H1.HeaderClassName
{
color: #84AB68;
}
.AnyTagClassName
{
color: #84AB68;
}
</style>
background-color css
<style>
a { background-color: #84AB68; }
a { background-color: rgb(132,171,104); }
div.DivClassName
{
background-color: #84AB68;
}
.BgClassName
{
background-color: #84AB68;
}
</style>
border-color css
<style>
span { border-color: #84AB68; }
span { border-color: rgb(132,171,104); }
td.TdClassName
{
border-color: #84AB68;
}
.TagClassName
{
border-color: #84AB68;
}
</style>