Shades of Chelsea Cucumber #84A763
Tints of Chelsea Cucumber #84A763
RGB
CMYK
RGB Variations
Color information
#84A763 (or 0x84A763) is known color: Chelsea Cucumber. HEX triplet: 84, A7 and 63. RGB value is (132,167,99). Sum of RGB (Red+Green+Blue) = 132+167+99=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 167 - color contains mainly: green. Hex color #84A763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A763 is #7B589C. Grayscale: #959595. Windows color (decimal): -8083613 or 6530948. OLE color: 6530948.
HSL color Cylindrical-coordinate representation of color #84A763: hue angle of 90.88º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84A763 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 99 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.35 |
| HSL | 90.88º | 0.28% | 0.52% | - |
| HSV(B) | 90.88º | 0.41% | 0.65% | - |
| XYZ | 25.59 | 33.44 | 16.91 | - |
| YUV | 148.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 99 | 0.21 | 0 | 0.41 | 0.35 | 90.88 | 0.28 | 0.52 |
| Hex | 84 | A7 | 63 | 15 | 0 | 29 | 23 | 5B | 1C | 34 |
| Octal | 204 | 247 | 143 | 25 | 0 | 51 | 43 | 133 | 34 | 64 |
| Binary | 10000100 | 10100111 | 1100011 | 10101 | 0 | 101001 | 100011 | 1011011 | 11100 | 110100 |
Color Harmonies of #84A763
Complementary color
Monochromatic Colors of #84A763
Black with #84A763
Text Example
Text Example
White with #84A763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A763; }
p { color: rgb(132,167,99); }
H1.HeaderClassName
{
color: #84A763;
}
.AnyTagClassName
{
color: #84A763;
}
</style>
background-color css
<style>
a { background-color: #84A763; }
a { background-color: rgb(132,167,99); }
div.DivClassName
{
background-color: #84A763;
}
.BgClassName
{
background-color: #84A763;
}
</style>
border-color css
<style>
span { border-color: #84A763; }
span { border-color: rgb(132,167,99); }
td.TdClassName
{
border-color: #84A763;
}
.TagClassName
{
border-color: #84A763;
}
</style>