Shades of Chelsea Cucumber #84A34C
Tints of Chelsea Cucumber #84A34C
RGB
CMYK
RGB Variations
Color information
#84A34C (or 0x84A34C) is known color: Chelsea Cucumber. HEX triplet: 84, A3 and 4C. RGB value is (132,163,76). Sum of RGB (Red+Green+Blue) = 132+163+76=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #84A34C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A34C is #7B5CB3. Grayscale: #909090. Windows color (decimal): -8084660 or 5022596. OLE color: 5022596.
HSL color Cylindrical-coordinate representation of color #84A34C: hue angle of 81.38º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84A34C is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 76 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.36 |
| HSL | 81.38º | 0.36% | 0.47% | - |
| HSV(B) | 81.38º | 0.53% | 0.64% | - |
| XYZ | 23.92 | 31.62 | 11.68 | - |
| YUV | 143.81 | 89.73 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 76 | 0.19 | 0 | 0.53 | 0.36 | 81.38 | 0.36 | 0.47 |
| Hex | 84 | A3 | 4C | 13 | 0 | 35 | 24 | 51 | 24 | 2F |
| Octal | 204 | 243 | 114 | 23 | 0 | 65 | 44 | 121 | 44 | 57 |
| Binary | 10000100 | 10100011 | 1001100 | 10011 | 0 | 110101 | 100100 | 1010001 | 100100 | 101111 |
Color Harmonies of #84A34C
Complementary color
Monochromatic Colors of #84A34C
Black with #84A34C
Text Example
Text Example
White with #84A34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A34C; }
p { color: rgb(132,163,76); }
H1.HeaderClassName
{
color: #84A34C;
}
.AnyTagClassName
{
color: #84A34C;
}
</style>
background-color css
<style>
a { background-color: #84A34C; }
a { background-color: rgb(132,163,76); }
div.DivClassName
{
background-color: #84A34C;
}
.BgClassName
{
background-color: #84A34C;
}
</style>
border-color css
<style>
span { border-color: #84A34C; }
span { border-color: rgb(132,163,76); }
td.TdClassName
{
border-color: #84A34C;
}
.TagClassName
{
border-color: #84A34C;
}
</style>