Shades of Chelsea Cucumber #83A253
Tints of Chelsea Cucumber #83A253
RGB
CMYK
RGB Variations
Color information
#83A253 (or 0x83A253) is known color: Chelsea Cucumber. HEX triplet: 83, A2 and 53. RGB value is (131,162,83). Sum of RGB (Red+Green+Blue) = 131+162+83=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #83A253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A253 is #7C5DAC. Grayscale: #909090. Windows color (decimal): -8150445 or 5481091. OLE color: 5481091.
HSL color Cylindrical-coordinate representation of color #83A253: hue angle of 83.54º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83A253 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 162 | 83 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.36 |
| HSL | 83.54º | 0.32% | 0.48% | - |
| HSV(B) | 83.54º | 0.49% | 0.64% | - |
| XYZ | 23.84 | 31.29 | 12.97 | - |
| YUV | 143.73 | 93.73 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 162 | 83 | 0.19 | 0 | 0.49 | 0.36 | 83.54 | 0.32 | 0.48 |
| Hex | 83 | A2 | 53 | 13 | 0 | 31 | 24 | 54 | 20 | 30 |
| Octal | 203 | 242 | 123 | 23 | 0 | 61 | 44 | 124 | 40 | 60 |
| Binary | 10000011 | 10100010 | 1010011 | 10011 | 0 | 110001 | 100100 | 1010100 | 100000 | 110000 |
Color Harmonies of #83A253
Complementary color
Monochromatic Colors of #83A253
Black with #83A253
Text Example
Text Example
White with #83A253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A253; }
p { color: rgb(131,162,83); }
H1.HeaderClassName
{
color: #83A253;
}
.AnyTagClassName
{
color: #83A253;
}
</style>
background-color css
<style>
a { background-color: #83A253; }
a { background-color: rgb(131,162,83); }
div.DivClassName
{
background-color: #83A253;
}
.BgClassName
{
background-color: #83A253;
}
</style>
border-color css
<style>
span { border-color: #83A253; }
span { border-color: rgb(131,162,83); }
td.TdClassName
{
border-color: #83A253;
}
.TagClassName
{
border-color: #83A253;
}
</style>