Shades of Chelsea Cucumber #83AB62
Tints of Chelsea Cucumber #83AB62
RGB
CMYK
RGB Variations
Color information
#83AB62 (or 0x83AB62) is known color: Chelsea Cucumber. HEX triplet: 83, AB and 62. RGB value is (131,171,98). Sum of RGB (Red+Green+Blue) = 131+171+98=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AB62 is #7C549D. Grayscale: #969696. Windows color (decimal): -8148126 or 6466435. OLE color: 6466435.
HSL color Cylindrical-coordinate representation of color #83AB62: hue angle of 92.88º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83AB62 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 98 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.33 |
| HSL | 92.88º | 0.3% | 0.53% | - |
| HSV(B) | 92.88º | 0.43% | 0.67% | - |
| XYZ | 26.13 | 34.83 | 16.9 | - |
| YUV | 150.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 98 | 0.23 | 0 | 0.43 | 0.33 | 92.88 | 0.3 | 0.53 |
| Hex | 83 | AB | 62 | 17 | 0 | 2B | 21 | 5D | 1E | 35 |
| Octal | 203 | 253 | 142 | 27 | 0 | 53 | 41 | 135 | 36 | 65 |
| Binary | 10000011 | 10101011 | 1100010 | 10111 | 0 | 101011 | 100001 | 1011101 | 11110 | 110101 |
Color Harmonies of #83AB62
Complementary color
Monochromatic Colors of #83AB62
Black with #83AB62
Text Example
Text Example
White with #83AB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB62; }
p { color: rgb(131,171,98); }
H1.HeaderClassName
{
color: #83AB62;
}
.AnyTagClassName
{
color: #83AB62;
}
</style>
background-color css
<style>
a { background-color: #83AB62; }
a { background-color: rgb(131,171,98); }
div.DivClassName
{
background-color: #83AB62;
}
.BgClassName
{
background-color: #83AB62;
}
</style>
border-color css
<style>
span { border-color: #83AB62; }
span { border-color: rgb(131,171,98); }
td.TdClassName
{
border-color: #83AB62;
}
.TagClassName
{
border-color: #83AB62;
}
</style>