Shades of Chelsea Cucumber #83A255
Tints of Chelsea Cucumber #83A255
RGB
CMYK
RGB Variations
Color information
#83A255 (or 0x83A255) is known color: Chelsea Cucumber. HEX triplet: 83, A2 and 55. RGB value is (131,162,85). Sum of RGB (Red+Green+Blue) = 131+162+85=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #83A255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A255 is #7C5DAA. Grayscale: #909090. Windows color (decimal): -8150443 or 5612163. OLE color: 5612163.
HSL color Cylindrical-coordinate representation of color #83A255: hue angle of 84.16º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83A255 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 162 | 85 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.36 |
| HSL | 84.16º | 0.31% | 0.48% | - |
| HSV(B) | 84.16º | 0.48% | 0.64% | - |
| XYZ | 23.92 | 31.32 | 13.38 | - |
| YUV | 143.95 | 94.73 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 162 | 85 | 0.19 | 0 | 0.48 | 0.36 | 84.16 | 0.31 | 0.48 |
| Hex | 83 | A2 | 55 | 13 | 0 | 30 | 24 | 54 | 1F | 30 |
| Octal | 203 | 242 | 125 | 23 | 0 | 60 | 44 | 124 | 37 | 60 |
| Binary | 10000011 | 10100010 | 1010101 | 10011 | 0 | 110000 | 100100 | 1010100 | 11111 | 110000 |
Color Harmonies of #83A255
Complementary color
Monochromatic Colors of #83A255
Black with #83A255
Text Example
Text Example
White with #83A255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A255; }
p { color: rgb(131,162,85); }
H1.HeaderClassName
{
color: #83A255;
}
.AnyTagClassName
{
color: #83A255;
}
</style>
background-color css
<style>
a { background-color: #83A255; }
a { background-color: rgb(131,162,85); }
div.DivClassName
{
background-color: #83A255;
}
.BgClassName
{
background-color: #83A255;
}
</style>
border-color css
<style>
span { border-color: #83A255; }
span { border-color: rgb(131,162,85); }
td.TdClassName
{
border-color: #83A255;
}
.TagClassName
{
border-color: #83A255;
}
</style>