Shades of Chelsea Cucumber #83A34B
Tints of Chelsea Cucumber #83A34B
RGB
CMYK
RGB Variations
Color information
#83A34B (or 0x83A34B) is known color: Chelsea Cucumber. HEX triplet: 83, A3 and 4B. RGB value is (131,163,75). Sum of RGB (Red+Green+Blue) = 131+163+75=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 163 - color contains mainly: green. Hex color #83A34B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A34B is #7C5CB4. Grayscale: #8F8F8F. Windows color (decimal): -8150197 or 4957059. OLE color: 4957059.
HSL color Cylindrical-coordinate representation of color #83A34B: hue angle of 81.82º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83A34B is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 163 | 75 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.36 |
| HSL | 81.82º | 0.37% | 0.47% | - |
| HSV(B) | 81.82º | 0.54% | 0.64% | - |
| XYZ | 23.73 | 31.53 | 11.49 | - |
| YUV | 143.4 | 89.4 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 75 | 0.20 | 0 | 0.54 | 0.36 | 81.82 | 0.37 | 0.47 |
| Hex | 83 | A3 | 4B | 14 | 0 | 36 | 24 | 52 | 25 | 2F |
| Octal | 203 | 243 | 113 | 24 | 0 | 66 | 44 | 122 | 45 | 57 |
| Binary | 10000011 | 10100011 | 1001011 | 10100 | 0 | 110110 | 100100 | 1010010 | 100101 | 101111 |
Color Harmonies of #83A34B
Complementary color
Monochromatic Colors of #83A34B
Black with #83A34B
Text Example
Text Example
White with #83A34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A34B; }
p { color: rgb(131,163,75); }
H1.HeaderClassName
{
color: #83A34B;
}
.AnyTagClassName
{
color: #83A34B;
}
</style>
background-color css
<style>
a { background-color: #83A34B; }
a { background-color: rgb(131,163,75); }
div.DivClassName
{
background-color: #83A34B;
}
.BgClassName
{
background-color: #83A34B;
}
</style>
border-color css
<style>
span { border-color: #83A34B; }
span { border-color: rgb(131,163,75); }
td.TdClassName
{
border-color: #83A34B;
}
.TagClassName
{
border-color: #83A34B;
}
</style>