Shades of Chelsea Cucumber #84AB4D
Tints of Chelsea Cucumber #84AB4D
RGB
CMYK
RGB Variations
Color information
#84AB4D (or 0x84AB4D) is known color: Chelsea Cucumber. HEX triplet: 84, AB and 4D. RGB value is (132,171,77). Sum of RGB (Red+Green+Blue) = 132+171+77=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AB4D is #7B54B2. Grayscale: #949494. Windows color (decimal): -8082611 or 5090180. OLE color: 5090180.
HSL color Cylindrical-coordinate representation of color #84AB4D: hue angle of 84.89º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84AB4D is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 171 | 77 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.33 |
| HSL | 84.89º | 0.38% | 0.49% | - |
| HSV(B) | 84.89º | 0.55% | 0.67% | - |
| XYZ | 25.42 | 34.57 | 12.35 | - |
| YUV | 148.62 | 87.58 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 77 | 0.23 | 0 | 0.55 | 0.33 | 84.89 | 0.38 | 0.49 |
| Hex | 84 | AB | 4D | 17 | 0 | 37 | 21 | 55 | 26 | 31 |
| Octal | 204 | 253 | 115 | 27 | 0 | 67 | 41 | 125 | 46 | 61 |
| Binary | 10000100 | 10101011 | 1001101 | 10111 | 0 | 110111 | 100001 | 1010101 | 100110 | 110001 |
Color Harmonies of #84AB4D
Complementary color
Monochromatic Colors of #84AB4D
Black with #84AB4D
Text Example
Text Example
White with #84AB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AB4D; }
p { color: rgb(132,171,77); }
H1.HeaderClassName
{
color: #84AB4D;
}
.AnyTagClassName
{
color: #84AB4D;
}
</style>
background-color css
<style>
a { background-color: #84AB4D; }
a { background-color: rgb(132,171,77); }
div.DivClassName
{
background-color: #84AB4D;
}
.BgClassName
{
background-color: #84AB4D;
}
</style>
border-color css
<style>
span { border-color: #84AB4D; }
span { border-color: rgb(132,171,77); }
td.TdClassName
{
border-color: #84AB4D;
}
.TagClassName
{
border-color: #84AB4D;
}
</style>