Shades of Chelsea Cucumber #83A258
Tints of Chelsea Cucumber #83A258
RGB
CMYK
RGB Variations
Color information
#83A258 (or 0x83A258) is known color: Chelsea Cucumber. HEX triplet: 83, A2 and 58. RGB value is (131,162,88). Sum of RGB (Red+Green+Blue) = 131+162+88=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 162 - color contains mainly: green. Hex color #83A258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A258 is #7C5DA7. Grayscale: #909090. Windows color (decimal): -8150440 or 5808771. OLE color: 5808771.
HSL color Cylindrical-coordinate representation of color #83A258: hue angle of 85.14º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83A258 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 162 | 88 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.36 |
| HSL | 85.14º | 0.3% | 0.49% | - |
| HSV(B) | 85.14º | 0.46% | 0.64% | - |
| XYZ | 24.04 | 31.37 | 14.02 | - |
| YUV | 144.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 162 | 88 | 0.19 | 0 | 0.46 | 0.36 | 85.14 | 0.3 | 0.49 |
| Hex | 83 | A2 | 58 | 13 | 0 | 2E | 24 | 55 | 1E | 31 |
| Octal | 203 | 242 | 130 | 23 | 0 | 56 | 44 | 125 | 36 | 61 |
| Binary | 10000011 | 10100010 | 1011000 | 10011 | 0 | 101110 | 100100 | 1010101 | 11110 | 110001 |
Color Harmonies of #83A258
Complementary color
Monochromatic Colors of #83A258
Black with #83A258
Text Example
Text Example
White with #83A258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A258; }
p { color: rgb(131,162,88); }
H1.HeaderClassName
{
color: #83A258;
}
.AnyTagClassName
{
color: #83A258;
}
</style>
background-color css
<style>
a { background-color: #83A258; }
a { background-color: rgb(131,162,88); }
div.DivClassName
{
background-color: #83A258;
}
.BgClassName
{
background-color: #83A258;
}
</style>
border-color css
<style>
span { border-color: #83A258; }
span { border-color: rgb(131,162,88); }
td.TdClassName
{
border-color: #83A258;
}
.TagClassName
{
border-color: #83A258;
}
</style>