Shades of Chelsea Cucumber #83A04B
Tints of Chelsea Cucumber #83A04B
RGB
CMYK
RGB Variations
Color information
#83A04B (or 0x83A04B) is known color: Chelsea Cucumber. HEX triplet: 83, A0 and 4B. RGB value is (131,160,75). Sum of RGB (Red+Green+Blue) = 131+160+75=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #83A04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A04B is #7C5FB4. Grayscale: #8D8D8D. Windows color (decimal): -8150965 or 4956291. OLE color: 4956291.
HSL color Cylindrical-coordinate representation of color #83A04B: hue angle of 80.47º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83A04B is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 160 | 75 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.37 |
| HSL | 80.47º | 0.36% | 0.46% | - |
| HSV(B) | 80.47º | 0.53% | 0.63% | - |
| XYZ | 23.2 | 30.47 | 11.32 | - |
| YUV | 141.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 160 | 75 | 0.18 | 0 | 0.53 | 0.37 | 80.47 | 0.36 | 0.46 |
| Hex | 83 | A0 | 4B | 12 | 0 | 35 | 25 | 50 | 24 | 2E |
| Octal | 203 | 240 | 113 | 22 | 0 | 65 | 45 | 120 | 44 | 56 |
| Binary | 10000011 | 10100000 | 1001011 | 10010 | 0 | 110101 | 100101 | 1010000 | 100100 | 101110 |
Color Harmonies of #83A04B
Complementary color
Monochromatic Colors of #83A04B
Black with #83A04B
Text Example
Text Example
White with #83A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A04B; }
p { color: rgb(131,160,75); }
H1.HeaderClassName
{
color: #83A04B;
}
.AnyTagClassName
{
color: #83A04B;
}
</style>
background-color css
<style>
a { background-color: #83A04B; }
a { background-color: rgb(131,160,75); }
div.DivClassName
{
background-color: #83A04B;
}
.BgClassName
{
background-color: #83A04B;
}
</style>
border-color css
<style>
span { border-color: #83A04B; }
span { border-color: rgb(131,160,75); }
td.TdClassName
{
border-color: #83A04B;
}
.TagClassName
{
border-color: #83A04B;
}
</style>