Shades of Chelsea Cucumber #84A766
Tints of Chelsea Cucumber #84A766
RGB
CMYK
RGB Variations
Color information
#84A766 (or 0x84A766) is known color: Chelsea Cucumber. HEX triplet: 84, A7 and 66. RGB value is (132,167,102). Sum of RGB (Red+Green+Blue) = 132+167+102=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 167 - color contains mainly: green. Hex color #84A766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A766 is #7B5899. Grayscale: #959595. Windows color (decimal): -8083610 or 6727556. OLE color: 6727556.
HSL color Cylindrical-coordinate representation of color #84A766: hue angle of 92.31º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84A766 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 102 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.35 |
| HSL | 92.31º | 0.27% | 0.53% | - |
| HSV(B) | 92.31º | 0.39% | 0.65% | - |
| XYZ | 25.73 | 33.5 | 17.68 | - |
| YUV | 149.13 | 101.4 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 102 | 0.21 | 0 | 0.39 | 0.35 | 92.31 | 0.27 | 0.53 |
| Hex | 84 | A7 | 66 | 15 | 0 | 27 | 23 | 5C | 1B | 35 |
| Octal | 204 | 247 | 146 | 25 | 0 | 47 | 43 | 134 | 33 | 65 |
| Binary | 10000100 | 10100111 | 1100110 | 10101 | 0 | 100111 | 100011 | 1011100 | 11011 | 110101 |
Color Harmonies of #84A766
Complementary color
Monochromatic Colors of #84A766
Black with #84A766
Text Example
Text Example
White with #84A766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A766; }
p { color: rgb(132,167,102); }
H1.HeaderClassName
{
color: #84A766;
}
.AnyTagClassName
{
color: #84A766;
}
</style>
background-color css
<style>
a { background-color: #84A766; }
a { background-color: rgb(132,167,102); }
div.DivClassName
{
background-color: #84A766;
}
.BgClassName
{
background-color: #84A766;
}
</style>
border-color css
<style>
span { border-color: #84A766; }
span { border-color: rgb(132,167,102); }
td.TdClassName
{
border-color: #84A766;
}
.TagClassName
{
border-color: #84A766;
}
</style>