Shades of Chelsea Cucumber #83A749
Tints of Chelsea Cucumber #83A749
RGB
CMYK
RGB Variations
Color information
#83A749 (or 0x83A749) is known color: Chelsea Cucumber. HEX triplet: 83, A7 and 49. RGB value is (131,167,73). Sum of RGB (Red+Green+Blue) = 131+167+73=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #83A749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A749 is #7C58B6. Grayscale: #919191. Windows color (decimal): -8149175 or 4827011. OLE color: 4827011.
HSL color Cylindrical-coordinate representation of color #83A749: hue angle of 82.98º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83A749 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 167 | 73 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.35 |
| HSL | 82.98º | 0.39% | 0.47% | - |
| HSV(B) | 82.98º | 0.56% | 0.65% | - |
| XYZ | 24.38 | 32.94 | 11.38 | - |
| YUV | 145.52 | 87.07 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 167 | 73 | 0.22 | 0 | 0.56 | 0.35 | 82.98 | 0.39 | 0.47 |
| Hex | 83 | A7 | 49 | 16 | 0 | 38 | 23 | 53 | 27 | 2F |
| Octal | 203 | 247 | 111 | 26 | 0 | 70 | 43 | 123 | 47 | 57 |
| Binary | 10000011 | 10100111 | 1001001 | 10110 | 0 | 111000 | 100011 | 1010011 | 100111 | 101111 |
Color Harmonies of #83A749
Complementary color
Monochromatic Colors of #83A749
Black with #83A749
Text Example
Text Example
White with #83A749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A749; }
p { color: rgb(131,167,73); }
H1.HeaderClassName
{
color: #83A749;
}
.AnyTagClassName
{
color: #83A749;
}
</style>
background-color css
<style>
a { background-color: #83A749; }
a { background-color: rgb(131,167,73); }
div.DivClassName
{
background-color: #83A749;
}
.BgClassName
{
background-color: #83A749;
}
</style>
border-color css
<style>
span { border-color: #83A749; }
span { border-color: rgb(131,167,73); }
td.TdClassName
{
border-color: #83A749;
}
.TagClassName
{
border-color: #83A749;
}
</style>