Shades of Chelsea Cucumber #83AD66
Tints of Chelsea Cucumber #83AD66
RGB
CMYK
RGB Variations
Color information
#83AD66 (or 0x83AD66) is known color: Chelsea Cucumber. HEX triplet: 83, AD and 66. RGB value is (131,173,102). Sum of RGB (Red+Green+Blue) = 131+173+102=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AD66 is #7C5299. Grayscale: #989898. Windows color (decimal): -8147610 or 6729091. OLE color: 6729091.
HSL color Cylindrical-coordinate representation of color #83AD66: hue angle of 95.49º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83AD66 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 173 | 102 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.32 |
| HSL | 95.49º | 0.3% | 0.54% | - |
| HSV(B) | 95.49º | 0.41% | 0.68% | - |
| XYZ | 26.7 | 35.67 | 18.05 | - |
| YUV | 152.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 102 | 0.24 | 0 | 0.41 | 0.32 | 95.49 | 0.3 | 0.54 |
| Hex | 83 | AD | 66 | 18 | 0 | 29 | 20 | 5F | 1E | 36 |
| Octal | 203 | 255 | 146 | 30 | 0 | 51 | 40 | 137 | 36 | 66 |
| Binary | 10000011 | 10101101 | 1100110 | 11000 | 0 | 101001 | 100000 | 1011111 | 11110 | 110110 |
Color Harmonies of #83AD66
Complementary color
Monochromatic Colors of #83AD66
Black with #83AD66
Text Example
Text Example
White with #83AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AD66; }
p { color: rgb(131,173,102); }
H1.HeaderClassName
{
color: #83AD66;
}
.AnyTagClassName
{
color: #83AD66;
}
</style>
background-color css
<style>
a { background-color: #83AD66; }
a { background-color: rgb(131,173,102); }
div.DivClassName
{
background-color: #83AD66;
}
.BgClassName
{
background-color: #83AD66;
}
</style>
border-color css
<style>
span { border-color: #83AD66; }
span { border-color: rgb(131,173,102); }
td.TdClassName
{
border-color: #83AD66;
}
.TagClassName
{
border-color: #83AD66;
}
</style>