Shades of Chelsea Cucumber #84AC5C
Tints of Chelsea Cucumber #84AC5C
RGB
CMYK
RGB Variations
Color information
#84AC5C (or 0x84AC5C) is known color: Chelsea Cucumber. HEX triplet: 84, AC and 5C. RGB value is (132,172,92). Sum of RGB (Red+Green+Blue) = 132+172+92=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AC5C is #7B53A3. Grayscale: #979797. Windows color (decimal): -8082340 or 6073476. OLE color: 6073476.
HSL color Cylindrical-coordinate representation of color #84AC5C: hue angle of 90º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84AC5C is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 172 | 92 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.33 |
| HSL | 90º | 0.33% | 0.52% | - |
| HSV(B) | 90º | 0.47% | 0.67% | - |
| XYZ | 26.2 | 35.18 | 15.54 | - |
| YUV | 150.92 | 94.75 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 92 | 0.23 | 0 | 0.47 | 0.33 | 90 | 0.33 | 0.52 |
| Hex | 84 | AC | 5C | 17 | 0 | 2F | 21 | 5A | 21 | 34 |
| Octal | 204 | 254 | 134 | 27 | 0 | 57 | 41 | 132 | 41 | 64 |
| Binary | 10000100 | 10101100 | 1011100 | 10111 | 0 | 101111 | 100001 | 1011010 | 100001 | 110100 |
Color Harmonies of #84AC5C
Complementary color
Monochromatic Colors of #84AC5C
Black with #84AC5C
Text Example
Text Example
White with #84AC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AC5C; }
p { color: rgb(132,172,92); }
H1.HeaderClassName
{
color: #84AC5C;
}
.AnyTagClassName
{
color: #84AC5C;
}
</style>
background-color css
<style>
a { background-color: #84AC5C; }
a { background-color: rgb(132,172,92); }
div.DivClassName
{
background-color: #84AC5C;
}
.BgClassName
{
background-color: #84AC5C;
}
</style>
border-color css
<style>
span { border-color: #84AC5C; }
span { border-color: rgb(132,172,92); }
td.TdClassName
{
border-color: #84AC5C;
}
.TagClassName
{
border-color: #84AC5C;
}
</style>