Shades of Chelsea Cucumber #84A255
Tints of Chelsea Cucumber #84A255
RGB
CMYK
RGB Variations
Color information
#84A255 (or 0x84A255) is known color: Chelsea Cucumber. HEX triplet: 84, A2 and 55. RGB value is (132,162,85). Sum of RGB (Red+Green+Blue) = 132+162+85=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #84A255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A255 is #7B5DAA. Grayscale: #909090. Windows color (decimal): -8084907 or 5612164. OLE color: 5612164.
HSL color Cylindrical-coordinate representation of color #84A255: hue angle of 83.38º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84A255 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 85 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.36 |
| HSL | 83.38º | 0.31% | 0.48% | - |
| HSV(B) | 83.38º | 0.48% | 0.64% | - |
| XYZ | 24.08 | 31.4 | 13.39 | - |
| YUV | 144.25 | 94.56 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 85 | 0.19 | 0 | 0.48 | 0.36 | 83.38 | 0.31 | 0.48 |
| Hex | 84 | A2 | 55 | 13 | 0 | 30 | 24 | 53 | 1F | 30 |
| Octal | 204 | 242 | 125 | 23 | 0 | 60 | 44 | 123 | 37 | 60 |
| Binary | 10000100 | 10100010 | 1010101 | 10011 | 0 | 110000 | 100100 | 1010011 | 11111 | 110000 |
Color Harmonies of #84A255
Complementary color
Monochromatic Colors of #84A255
Black with #84A255
Text Example
Text Example
White with #84A255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A255; }
p { color: rgb(132,162,85); }
H1.HeaderClassName
{
color: #84A255;
}
.AnyTagClassName
{
color: #84A255;
}
</style>
background-color css
<style>
a { background-color: #84A255; }
a { background-color: rgb(132,162,85); }
div.DivClassName
{
background-color: #84A255;
}
.BgClassName
{
background-color: #84A255;
}
</style>
border-color css
<style>
span { border-color: #84A255; }
span { border-color: rgb(132,162,85); }
td.TdClassName
{
border-color: #84A255;
}
.TagClassName
{
border-color: #84A255;
}
</style>