Shades of Chelsea Cucumber #83AD57
Tints of Chelsea Cucumber #83AD57
RGB
CMYK
RGB Variations
Color information
#83AD57 (or 0x83AD57) is known color: Chelsea Cucumber. HEX triplet: 83, AD and 57. RGB value is (131,173,87). Sum of RGB (Red+Green+Blue) = 131+173+87=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AD57 is #7C52A8. Grayscale: #969696. Windows color (decimal): -8147625 or 5746051. OLE color: 5746051.
HSL color Cylindrical-coordinate representation of color #83AD57: hue angle of 89.3º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83AD57 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 173 | 87 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.32 |
| HSL | 89.3º | 0.34% | 0.51% | - |
| HSV(B) | 89.3º | 0.5% | 0.68% | - |
| XYZ | 26.02 | 35.4 | 14.48 | - |
| YUV | 150.64 | 92.09 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 87 | 0.24 | 0 | 0.50 | 0.32 | 89.3 | 0.34 | 0.51 |
| Hex | 83 | AD | 57 | 18 | 0 | 32 | 20 | 59 | 22 | 33 |
| Octal | 203 | 255 | 127 | 30 | 0 | 62 | 40 | 131 | 42 | 63 |
| Binary | 10000011 | 10101101 | 1010111 | 11000 | 0 | 110010 | 100000 | 1011001 | 100010 | 110011 |
Color Harmonies of #83AD57
Complementary color
Monochromatic Colors of #83AD57
Black with #83AD57
Text Example
Text Example
White with #83AD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AD57; }
p { color: rgb(131,173,87); }
H1.HeaderClassName
{
color: #83AD57;
}
.AnyTagClassName
{
color: #83AD57;
}
</style>
background-color css
<style>
a { background-color: #83AD57; }
a { background-color: rgb(131,173,87); }
div.DivClassName
{
background-color: #83AD57;
}
.BgClassName
{
background-color: #83AD57;
}
</style>
border-color css
<style>
span { border-color: #83AD57; }
span { border-color: rgb(131,173,87); }
td.TdClassName
{
border-color: #83AD57;
}
.TagClassName
{
border-color: #83AD57;
}
</style>