Shades of Chelsea Cucumber #83AC65
Tints of Chelsea Cucumber #83AC65
RGB
CMYK
RGB Variations
Color information
#83AC65 (or 0x83AC65) is known color: Chelsea Cucumber. HEX triplet: 83, AC and 65. RGB value is (131,172,101). Sum of RGB (Red+Green+Blue) = 131+172+101=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AC65 is #7C539A. Grayscale: #979797. Windows color (decimal): -8147867 or 6663299. OLE color: 6663299.
HSL color Cylindrical-coordinate representation of color #83AC65: hue angle of 94.65º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83AC65 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 172 | 101 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.33 |
| HSL | 94.65º | 0.3% | 0.54% | - |
| HSV(B) | 94.65º | 0.41% | 0.67% | - |
| XYZ | 26.46 | 35.27 | 17.73 | - |
| YUV | 151.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 172 | 101 | 0.24 | 0 | 0.41 | 0.33 | 94.65 | 0.3 | 0.54 |
| Hex | 83 | AC | 65 | 18 | 0 | 29 | 21 | 5F | 1E | 36 |
| Octal | 203 | 254 | 145 | 30 | 0 | 51 | 41 | 137 | 36 | 66 |
| Binary | 10000011 | 10101100 | 1100101 | 11000 | 0 | 101001 | 100001 | 1011111 | 11110 | 110110 |
Color Harmonies of #83AC65
Complementary color
Monochromatic Colors of #83AC65
Black with #83AC65
Text Example
Text Example
White with #83AC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AC65; }
p { color: rgb(131,172,101); }
H1.HeaderClassName
{
color: #83AC65;
}
.AnyTagClassName
{
color: #83AC65;
}
</style>
background-color css
<style>
a { background-color: #83AC65; }
a { background-color: rgb(131,172,101); }
div.DivClassName
{
background-color: #83AC65;
}
.BgClassName
{
background-color: #83AC65;
}
</style>
border-color css
<style>
span { border-color: #83AC65; }
span { border-color: rgb(131,172,101); }
td.TdClassName
{
border-color: #83AC65;
}
.TagClassName
{
border-color: #83AC65;
}
</style>