Shades of Chelsea Cucumber #83A45E
Tints of Chelsea Cucumber #83A45E
RGB
CMYK
RGB Variations
Color information
#83A45E (or 0x83A45E) is known color: Chelsea Cucumber. HEX triplet: 83, A4 and 5E. RGB value is (131,164,94). Sum of RGB (Red+Green+Blue) = 131+164+94=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #83A45E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A45E is #7C5BA1. Grayscale: #929292. Windows color (decimal): -8149922 or 6202499. OLE color: 6202499.
HSL color Cylindrical-coordinate representation of color #83A45E: hue angle of 88.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83A45E is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 164 | 94 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.36 |
| HSL | 88.29º | 0.28% | 0.51% | - |
| HSV(B) | 88.29º | 0.43% | 0.64% | - |
| XYZ | 24.66 | 32.18 | 15.5 | - |
| YUV | 146.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 164 | 94 | 0.20 | 0 | 0.43 | 0.36 | 88.29 | 0.28 | 0.51 |
| Hex | 83 | A4 | 5E | 14 | 0 | 2B | 24 | 58 | 1C | 33 |
| Octal | 203 | 244 | 136 | 24 | 0 | 53 | 44 | 130 | 34 | 63 |
| Binary | 10000011 | 10100100 | 1011110 | 10100 | 0 | 101011 | 100100 | 1011000 | 11100 | 110011 |
Color Harmonies of #83A45E
Complementary color
Monochromatic Colors of #83A45E
Black with #83A45E
Text Example
Text Example
White with #83A45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A45E; }
p { color: rgb(131,164,94); }
H1.HeaderClassName
{
color: #83A45E;
}
.AnyTagClassName
{
color: #83A45E;
}
</style>
background-color css
<style>
a { background-color: #83A45E; }
a { background-color: rgb(131,164,94); }
div.DivClassName
{
background-color: #83A45E;
}
.BgClassName
{
background-color: #83A45E;
}
</style>
border-color css
<style>
span { border-color: #83A45E; }
span { border-color: rgb(131,164,94); }
td.TdClassName
{
border-color: #83A45E;
}
.TagClassName
{
border-color: #83A45E;
}
</style>