Shades of Chelsea Cucumber #84A64B
Tints of Chelsea Cucumber #84A64B
RGB
CMYK
RGB Variations
Color information
#84A64B (or 0x84A64B) is known color: Chelsea Cucumber. HEX triplet: 84, A6 and 4B. RGB value is (132,166,75). Sum of RGB (Red+Green+Blue) = 132+166+75=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #84A64B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A64B is #7B59B4. Grayscale: #919191. Windows color (decimal): -8083893 or 4957828. OLE color: 4957828.
HSL color Cylindrical-coordinate representation of color #84A64B: hue angle of 82.42º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84A64B is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 75 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.35 |
| HSL | 82.42º | 0.38% | 0.47% | - |
| HSV(B) | 82.42º | 0.55% | 0.65% | - |
| XYZ | 24.42 | 32.69 | 11.68 | - |
| YUV | 145.46 | 88.24 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 75 | 0.20 | 0 | 0.55 | 0.35 | 82.42 | 0.38 | 0.47 |
| Hex | 84 | A6 | 4B | 14 | 0 | 37 | 23 | 52 | 26 | 2F |
| Octal | 204 | 246 | 113 | 24 | 0 | 67 | 43 | 122 | 46 | 57 |
| Binary | 10000100 | 10100110 | 1001011 | 10100 | 0 | 110111 | 100011 | 1010010 | 100110 | 101111 |
Color Harmonies of #84A64B
Complementary color
Monochromatic Colors of #84A64B
Black with #84A64B
Text Example
Text Example
White with #84A64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A64B; }
p { color: rgb(132,166,75); }
H1.HeaderClassName
{
color: #84A64B;
}
.AnyTagClassName
{
color: #84A64B;
}
</style>
background-color css
<style>
a { background-color: #84A64B; }
a { background-color: rgb(132,166,75); }
div.DivClassName
{
background-color: #84A64B;
}
.BgClassName
{
background-color: #84A64B;
}
</style>
border-color css
<style>
span { border-color: #84A64B; }
span { border-color: rgb(132,166,75); }
td.TdClassName
{
border-color: #84A64B;
}
.TagClassName
{
border-color: #84A64B;
}
</style>