Shades of Chelsea Cucumber #83AF65
Tints of Chelsea Cucumber #83AF65
RGB
CMYK
RGB Variations
Color information
#83AF65 (or 0x83AF65) is known color: Chelsea Cucumber. HEX triplet: 83, AF and 65. RGB value is (131,175,101). Sum of RGB (Red+Green+Blue) = 131+175+101=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF65 is #7C509A. Grayscale: #999999. Windows color (decimal): -8147099 or 6664067. OLE color: 6664067.
HSL color Cylindrical-coordinate representation of color #83AF65: hue angle of 95.68º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83AF65 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 175 | 101 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.31 |
| HSL | 95.68º | 0.32% | 0.54% | - |
| HSV(B) | 95.68º | 0.42% | 0.69% | - |
| XYZ | 27.04 | 36.42 | 17.92 | - |
| YUV | 153.41 | 98.42 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 101 | 0.25 | 0 | 0.42 | 0.31 | 95.68 | 0.32 | 0.54 |
| Hex | 83 | AF | 65 | 19 | 0 | 2A | 1F | 60 | 20 | 36 |
| Octal | 203 | 257 | 145 | 31 | 0 | 52 | 37 | 140 | 40 | 66 |
| Binary | 10000011 | 10101111 | 1100101 | 11001 | 0 | 101010 | 11111 | 1100000 | 100000 | 110110 |
Color Harmonies of #83AF65
Complementary color
Monochromatic Colors of #83AF65
Black with #83AF65
Text Example
Text Example
White with #83AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AF65; }
p { color: rgb(131,175,101); }
H1.HeaderClassName
{
color: #83AF65;
}
.AnyTagClassName
{
color: #83AF65;
}
</style>
background-color css
<style>
a { background-color: #83AF65; }
a { background-color: rgb(131,175,101); }
div.DivClassName
{
background-color: #83AF65;
}
.BgClassName
{
background-color: #83AF65;
}
</style>
border-color css
<style>
span { border-color: #83AF65; }
span { border-color: rgb(131,175,101); }
td.TdClassName
{
border-color: #83AF65;
}
.TagClassName
{
border-color: #83AF65;
}
</style>