Shades of Chelsea Cucumber #83A35C
Tints of Chelsea Cucumber #83A35C
RGB
CMYK
RGB Variations
Color information
#83A35C (or 0x83A35C) is known color: Chelsea Cucumber. HEX triplet: 83, A3 and 5C. RGB value is (131,163,92). Sum of RGB (Red+Green+Blue) = 131+163+92=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #83A35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A35C is #7C5CA3. Grayscale: #919191. Windows color (decimal): -8150180 or 6071171. OLE color: 6071171.
HSL color Cylindrical-coordinate representation of color #83A35C: hue angle of 87.04º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83A35C is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 163 | 92 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.36 |
| HSL | 87.04º | 0.28% | 0.5% | - |
| HSV(B) | 87.04º | 0.44% | 0.64% | - |
| XYZ | 24.39 | 31.79 | 14.98 | - |
| YUV | 145.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 92 | 0.20 | 0 | 0.44 | 0.36 | 87.04 | 0.28 | 0.5 |
| Hex | 83 | A3 | 5C | 14 | 0 | 2C | 24 | 57 | 1C | 32 |
| Octal | 203 | 243 | 134 | 24 | 0 | 54 | 44 | 127 | 34 | 62 |
| Binary | 10000011 | 10100011 | 1011100 | 10100 | 0 | 101100 | 100100 | 1010111 | 11100 | 110010 |
Color Harmonies of #83A35C
Complementary color
Monochromatic Colors of #83A35C
Black with #83A35C
Text Example
Text Example
White with #83A35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A35C; }
p { color: rgb(131,163,92); }
H1.HeaderClassName
{
color: #83A35C;
}
.AnyTagClassName
{
color: #83A35C;
}
</style>
background-color css
<style>
a { background-color: #83A35C; }
a { background-color: rgb(131,163,92); }
div.DivClassName
{
background-color: #83A35C;
}
.BgClassName
{
background-color: #83A35C;
}
</style>
border-color css
<style>
span { border-color: #83A35C; }
span { border-color: rgb(131,163,92); }
td.TdClassName
{
border-color: #83A35C;
}
.TagClassName
{
border-color: #83A35C;
}
</style>