Shades of Chelsea Cucumber #84A44B
Tints of Chelsea Cucumber #84A44B
RGB
CMYK
RGB Variations
Color information
#84A44B (or 0x84A44B) is known color: Chelsea Cucumber. HEX triplet: 84, A4 and 4B. RGB value is (132,164,75). Sum of RGB (Red+Green+Blue) = 132+164+75=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #84A44B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A44B is #7B5BB4. Grayscale: #909090. Windows color (decimal): -8084405 or 4957316. OLE color: 4957316.
HSL color Cylindrical-coordinate representation of color #84A44B: hue angle of 81.57º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84A44B is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 75 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.36 |
| HSL | 81.57º | 0.37% | 0.47% | - |
| HSV(B) | 81.57º | 0.54% | 0.64% | - |
| XYZ | 24.06 | 31.96 | 11.56 | - |
| YUV | 144.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 75 | 0.20 | 0 | 0.54 | 0.36 | 81.57 | 0.37 | 0.47 |
| Hex | 84 | A4 | 4B | 14 | 0 | 36 | 24 | 52 | 25 | 2F |
| Octal | 204 | 244 | 113 | 24 | 0 | 66 | 44 | 122 | 45 | 57 |
| Binary | 10000100 | 10100100 | 1001011 | 10100 | 0 | 110110 | 100100 | 1010010 | 100101 | 101111 |
Color Harmonies of #84A44B
Complementary color
Monochromatic Colors of #84A44B
Black with #84A44B
Text Example
Text Example
White with #84A44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A44B; }
p { color: rgb(132,164,75); }
H1.HeaderClassName
{
color: #84A44B;
}
.AnyTagClassName
{
color: #84A44B;
}
</style>
background-color css
<style>
a { background-color: #84A44B; }
a { background-color: rgb(132,164,75); }
div.DivClassName
{
background-color: #84A44B;
}
.BgClassName
{
background-color: #84A44B;
}
</style>
border-color css
<style>
span { border-color: #84A44B; }
span { border-color: rgb(132,164,75); }
td.TdClassName
{
border-color: #84A44B;
}
.TagClassName
{
border-color: #84A44B;
}
</style>