Shades of Chelsea Cucumber #84AF53
Tints of Chelsea Cucumber #84AF53
RGB
CMYK
RGB Variations
Color information
#84AF53 (or 0x84AF53) is known color: Chelsea Cucumber. HEX triplet: 84, AF and 53. RGB value is (132,175,83). Sum of RGB (Red+Green+Blue) = 132+175+83=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF53 is #7B50AC. Grayscale: #979797. Windows color (decimal): -8081581 or 5484420. OLE color: 5484420.
HSL color Cylindrical-coordinate representation of color #84AF53: hue angle of 88.04º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84AF53 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 83 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.31 |
| HSL | 88.04º | 0.37% | 0.51% | - |
| HSV(B) | 88.04º | 0.53% | 0.69% | - |
| XYZ | 26.41 | 36.19 | 13.78 | - |
| YUV | 151.66 | 89.25 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 83 | 0.25 | 0 | 0.53 | 0.31 | 88.04 | 0.37 | 0.51 |
| Hex | 84 | AF | 53 | 19 | 0 | 35 | 1F | 58 | 25 | 33 |
| Octal | 204 | 257 | 123 | 31 | 0 | 65 | 37 | 130 | 45 | 63 |
| Binary | 10000100 | 10101111 | 1010011 | 11001 | 0 | 110101 | 11111 | 1011000 | 100101 | 110011 |
Color Harmonies of #84AF53
Complementary color
Monochromatic Colors of #84AF53
Black with #84AF53
Text Example
Text Example
White with #84AF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF53; }
p { color: rgb(132,175,83); }
H1.HeaderClassName
{
color: #84AF53;
}
.AnyTagClassName
{
color: #84AF53;
}
</style>
background-color css
<style>
a { background-color: #84AF53; }
a { background-color: rgb(132,175,83); }
div.DivClassName
{
background-color: #84AF53;
}
.BgClassName
{
background-color: #84AF53;
}
</style>
border-color css
<style>
span { border-color: #84AF53; }
span { border-color: rgb(132,175,83); }
td.TdClassName
{
border-color: #84AF53;
}
.TagClassName
{
border-color: #84AF53;
}
</style>