Shades of Chelsea Cucumber #83AF5D
Tints of Chelsea Cucumber #83AF5D
RGB
CMYK
RGB Variations
Color information
#83AF5D (or 0x83AF5D) is known color: Chelsea Cucumber. HEX triplet: 83, AF and 5D. RGB value is (131,175,93). Sum of RGB (Red+Green+Blue) = 131+175+93=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF5D is #7C50A2. Grayscale: #989898. Windows color (decimal): -8147107 or 6139779. OLE color: 6139779.
HSL color Cylindrical-coordinate representation of color #83AF5D: hue angle of 92.2º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83AF5D is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 175 | 93 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.31 |
| HSL | 92.2º | 0.34% | 0.53% | - |
| HSV(B) | 92.2º | 0.47% | 0.69% | - |
| XYZ | 26.67 | 36.28 | 15.95 | - |
| YUV | 152.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 93 | 0.25 | 0 | 0.47 | 0.31 | 92.2 | 0.34 | 0.53 |
| Hex | 83 | AF | 5D | 19 | 0 | 2F | 1F | 5C | 22 | 35 |
| Octal | 203 | 257 | 135 | 31 | 0 | 57 | 37 | 134 | 42 | 65 |
| Binary | 10000011 | 10101111 | 1011101 | 11001 | 0 | 101111 | 11111 | 1011100 | 100010 | 110101 |
Color Harmonies of #83AF5D
Complementary color
Monochromatic Colors of #83AF5D
Black with #83AF5D
Text Example
Text Example
White with #83AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AF5D; }
p { color: rgb(131,175,93); }
H1.HeaderClassName
{
color: #83AF5D;
}
.AnyTagClassName
{
color: #83AF5D;
}
</style>
background-color css
<style>
a { background-color: #83AF5D; }
a { background-color: rgb(131,175,93); }
div.DivClassName
{
background-color: #83AF5D;
}
.BgClassName
{
background-color: #83AF5D;
}
</style>
border-color css
<style>
span { border-color: #83AF5D; }
span { border-color: rgb(131,175,93); }
td.TdClassName
{
border-color: #83AF5D;
}
.TagClassName
{
border-color: #83AF5D;
}
</style>