Shades of Chelsea Cucumber #84AB5D
Tints of Chelsea Cucumber #84AB5D
RGB
CMYK
RGB Variations
Color information
#84AB5D (or 0x84AB5D) is known color: Chelsea Cucumber. HEX triplet: 84, AB and 5D. RGB value is (132,171,93). Sum of RGB (Red+Green+Blue) = 132+171+93=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AB5D is #7B54A2. Grayscale: #969696. Windows color (decimal): -8082595 or 6138756. OLE color: 6138756.
HSL color Cylindrical-coordinate representation of color #84AB5D: hue angle of 90º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84AB5D is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 171 | 93 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.33 |
| HSL | 90º | 0.32% | 0.52% | - |
| HSV(B) | 90º | 0.46% | 0.67% | - |
| XYZ | 26.05 | 34.82 | 15.7 | - |
| YUV | 150.45 | 95.58 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 93 | 0.23 | 0 | 0.46 | 0.33 | 90 | 0.32 | 0.52 |
| Hex | 84 | AB | 5D | 17 | 0 | 2E | 21 | 5A | 20 | 34 |
| Octal | 204 | 253 | 135 | 27 | 0 | 56 | 41 | 132 | 40 | 64 |
| Binary | 10000100 | 10101011 | 1011101 | 10111 | 0 | 101110 | 100001 | 1011010 | 100000 | 110100 |
Color Harmonies of #84AB5D
Complementary color
Monochromatic Colors of #84AB5D
Black with #84AB5D
Text Example
Text Example
White with #84AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AB5D; }
p { color: rgb(132,171,93); }
H1.HeaderClassName
{
color: #84AB5D;
}
.AnyTagClassName
{
color: #84AB5D;
}
</style>
background-color css
<style>
a { background-color: #84AB5D; }
a { background-color: rgb(132,171,93); }
div.DivClassName
{
background-color: #84AB5D;
}
.BgClassName
{
background-color: #84AB5D;
}
</style>
border-color css
<style>
span { border-color: #84AB5D; }
span { border-color: rgb(132,171,93); }
td.TdClassName
{
border-color: #84AB5D;
}
.TagClassName
{
border-color: #84AB5D;
}
</style>