Shades of Chelsea Cucumber #83A05F
Tints of Chelsea Cucumber #83A05F
RGB
CMYK
RGB Variations
Color information
#83A05F (or 0x83A05F) is known color: Chelsea Cucumber. HEX triplet: 83, A0 and 5F. RGB value is (131,160,95). Sum of RGB (Red+Green+Blue) = 131+160+95=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 160 - color contains mainly: green. Hex color #83A05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A05F is #7C5FA0. Grayscale: #909090. Windows color (decimal): -8150945 or 6267011. OLE color: 6267011.
HSL color Cylindrical-coordinate representation of color #83A05F: hue angle of 86.77º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83A05F is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 160 | 95 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.37 |
| HSL | 86.77º | 0.25% | 0.5% | - |
| HSV(B) | 86.77º | 0.41% | 0.63% | - |
| XYZ | 24 | 30.79 | 15.51 | - |
| YUV | 143.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 160 | 95 | 0.18 | 0 | 0.41 | 0.37 | 86.77 | 0.25 | 0.5 |
| Hex | 83 | A0 | 5F | 12 | 0 | 29 | 25 | 57 | 19 | 32 |
| Octal | 203 | 240 | 137 | 22 | 0 | 51 | 45 | 127 | 31 | 62 |
| Binary | 10000011 | 10100000 | 1011111 | 10010 | 0 | 101001 | 100101 | 1010111 | 11001 | 110010 |
Color Harmonies of #83A05F
Complementary color
Monochromatic Colors of #83A05F
Black with #83A05F
Text Example
Text Example
White with #83A05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A05F; }
p { color: rgb(131,160,95); }
H1.HeaderClassName
{
color: #83A05F;
}
.AnyTagClassName
{
color: #83A05F;
}
</style>
background-color css
<style>
a { background-color: #83A05F; }
a { background-color: rgb(131,160,95); }
div.DivClassName
{
background-color: #83A05F;
}
.BgClassName
{
background-color: #83A05F;
}
</style>
border-color css
<style>
span { border-color: #83A05F; }
span { border-color: rgb(131,160,95); }
td.TdClassName
{
border-color: #83A05F;
}
.TagClassName
{
border-color: #83A05F;
}
</style>