Shades of Chelsea Cucumber #83A153
Tints of Chelsea Cucumber #83A153
RGB
CMYK
RGB Variations
Color information
#83A153 (or 0x83A153) is known color: Chelsea Cucumber. HEX triplet: 83, A1 and 53. RGB value is (131,161,83). Sum of RGB (Red+Green+Blue) = 131+161+83=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 161 - color contains mainly: green. Hex color #83A153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A153 is #7C5EAC. Grayscale: #8F8F8F. Windows color (decimal): -8150701 or 5480835. OLE color: 5480835.
HSL color Cylindrical-coordinate representation of color #83A153: hue angle of 83.08º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83A153 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 161 | 83 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.37 |
| HSL | 83.08º | 0.32% | 0.48% | - |
| HSV(B) | 83.08º | 0.48% | 0.63% | - |
| XYZ | 23.67 | 30.94 | 12.91 | - |
| YUV | 143.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 83 | 0.19 | 0 | 0.48 | 0.37 | 83.08 | 0.32 | 0.48 |
| Hex | 83 | A1 | 53 | 13 | 0 | 30 | 25 | 53 | 20 | 30 |
| Octal | 203 | 241 | 123 | 23 | 0 | 60 | 45 | 123 | 40 | 60 |
| Binary | 10000011 | 10100001 | 1010011 | 10011 | 0 | 110000 | 100101 | 1010011 | 100000 | 110000 |
Color Harmonies of #83A153
Complementary color
Monochromatic Colors of #83A153
Black with #83A153
Text Example
Text Example
White with #83A153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A153; }
p { color: rgb(131,161,83); }
H1.HeaderClassName
{
color: #83A153;
}
.AnyTagClassName
{
color: #83A153;
}
</style>
background-color css
<style>
a { background-color: #83A153; }
a { background-color: rgb(131,161,83); }
div.DivClassName
{
background-color: #83A153;
}
.BgClassName
{
background-color: #83A153;
}
</style>
border-color css
<style>
span { border-color: #83A153; }
span { border-color: rgb(131,161,83); }
td.TdClassName
{
border-color: #83A153;
}
.TagClassName
{
border-color: #83A153;
}
</style>