Shades of Chelsea Cucumber #83A353
Tints of Chelsea Cucumber #83A353
RGB
CMYK
RGB Variations
Color information
#83A353 (or 0x83A353) is known color: Chelsea Cucumber. HEX triplet: 83, A3 and 53. RGB value is (131,163,83). Sum of RGB (Red+Green+Blue) = 131+163+83=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #83A353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A353 is #7C5CAC. Grayscale: #909090. Windows color (decimal): -8150189 or 5481347. OLE color: 5481347.
HSL color Cylindrical-coordinate representation of color #83A353: hue angle of 84º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83A353 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 163 | 83 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.36 |
| HSL | 84º | 0.33% | 0.48% | - |
| HSV(B) | 84º | 0.49% | 0.64% | - |
| XYZ | 24.02 | 31.64 | 13.03 | - |
| YUV | 144.31 | 93.4 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 83 | 0.20 | 0 | 0.49 | 0.36 | 84 | 0.33 | 0.48 |
| Hex | 83 | A3 | 53 | 14 | 0 | 31 | 24 | 54 | 21 | 30 |
| Octal | 203 | 243 | 123 | 24 | 0 | 61 | 44 | 124 | 41 | 60 |
| Binary | 10000011 | 10100011 | 1010011 | 10100 | 0 | 110001 | 100100 | 1010100 | 100001 | 110000 |
Color Harmonies of #83A353
Complementary color
Monochromatic Colors of #83A353
Black with #83A353
Text Example
Text Example
White with #83A353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A353; }
p { color: rgb(131,163,83); }
H1.HeaderClassName
{
color: #83A353;
}
.AnyTagClassName
{
color: #83A353;
}
</style>
background-color css
<style>
a { background-color: #83A353; }
a { background-color: rgb(131,163,83); }
div.DivClassName
{
background-color: #83A353;
}
.BgClassName
{
background-color: #83A353;
}
</style>
border-color css
<style>
span { border-color: #83A353; }
span { border-color: rgb(131,163,83); }
td.TdClassName
{
border-color: #83A353;
}
.TagClassName
{
border-color: #83A353;
}
</style>