Shades of Chelsea Cucumber #83A350
Tints of Chelsea Cucumber #83A350
RGB
CMYK
RGB Variations
Color information
#83A350 (or 0x83A350) is known color: Chelsea Cucumber. HEX triplet: 83, A3 and 50. RGB value is (131,163,80). Sum of RGB (Red+Green+Blue) = 131+163+80=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 163 - color contains mainly: green. Hex color #83A350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A350 is #7C5CAF. Grayscale: #909090. Windows color (decimal): -8150192 or 5284739. OLE color: 5284739.
HSL color Cylindrical-coordinate representation of color #83A350: hue angle of 83.13º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83A350 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 163 | 80 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.36 |
| HSL | 83.13º | 0.34% | 0.48% | - |
| HSV(B) | 83.13º | 0.51% | 0.64% | - |
| XYZ | 23.91 | 31.6 | 12.43 | - |
| YUV | 143.97 | 91.9 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 80 | 0.20 | 0 | 0.51 | 0.36 | 83.13 | 0.34 | 0.48 |
| Hex | 83 | A3 | 50 | 14 | 0 | 33 | 24 | 53 | 22 | 30 |
| Octal | 203 | 243 | 120 | 24 | 0 | 63 | 44 | 123 | 42 | 60 |
| Binary | 10000011 | 10100011 | 1010000 | 10100 | 0 | 110011 | 100100 | 1010011 | 100010 | 110000 |
Color Harmonies of #83A350
Complementary color
Monochromatic Colors of #83A350
Black with #83A350
Text Example
Text Example
White with #83A350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A350; }
p { color: rgb(131,163,80); }
H1.HeaderClassName
{
color: #83A350;
}
.AnyTagClassName
{
color: #83A350;
}
</style>
background-color css
<style>
a { background-color: #83A350; }
a { background-color: rgb(131,163,80); }
div.DivClassName
{
background-color: #83A350;
}
.BgClassName
{
background-color: #83A350;
}
</style>
border-color css
<style>
span { border-color: #83A350; }
span { border-color: rgb(131,163,80); }
td.TdClassName
{
border-color: #83A350;
}
.TagClassName
{
border-color: #83A350;
}
</style>