Shades of Chelsea Cucumber #83AD60
Tints of Chelsea Cucumber #83AD60
RGB
CMYK
RGB Variations
Color information
#83AD60 (or 0x83AD60) is known color: Chelsea Cucumber. HEX triplet: 83, AD and 60. RGB value is (131,173,96). Sum of RGB (Red+Green+Blue) = 131+173+96=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AD60 is #7C529F. Grayscale: #979797. Windows color (decimal): -8147616 or 6335875. OLE color: 6335875.
HSL color Cylindrical-coordinate representation of color #83AD60: hue angle of 92.73º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83AD60 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 173 | 96 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.32 |
| HSL | 92.73º | 0.32% | 0.53% | - |
| HSV(B) | 92.73º | 0.45% | 0.68% | - |
| XYZ | 26.41 | 35.56 | 16.54 | - |
| YUV | 151.66 | 96.59 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 96 | 0.24 | 0 | 0.45 | 0.32 | 92.73 | 0.32 | 0.53 |
| Hex | 83 | AD | 60 | 18 | 0 | 2D | 20 | 5D | 20 | 35 |
| Octal | 203 | 255 | 140 | 30 | 0 | 55 | 40 | 135 | 40 | 65 |
| Binary | 10000011 | 10101101 | 1100000 | 11000 | 0 | 101101 | 100000 | 1011101 | 100000 | 110101 |
Color Harmonies of #83AD60
Complementary color
Monochromatic Colors of #83AD60
Black with #83AD60
Text Example
Text Example
White with #83AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AD60; }
p { color: rgb(131,173,96); }
H1.HeaderClassName
{
color: #83AD60;
}
.AnyTagClassName
{
color: #83AD60;
}
</style>
background-color css
<style>
a { background-color: #83AD60; }
a { background-color: rgb(131,173,96); }
div.DivClassName
{
background-color: #83AD60;
}
.BgClassName
{
background-color: #83AD60;
}
</style>
border-color css
<style>
span { border-color: #83AD60; }
span { border-color: rgb(131,173,96); }
td.TdClassName
{
border-color: #83AD60;
}
.TagClassName
{
border-color: #83AD60;
}
</style>