Shades of Chelsea Cucumber #83A44B
Tints of Chelsea Cucumber #83A44B
RGB
CMYK
RGB Variations
Color information
#83A44B (or 0x83A44B) is known color: Chelsea Cucumber. HEX triplet: 83, A4 and 4B. RGB value is (131,164,75). Sum of RGB (Red+Green+Blue) = 131+164+75=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #83A44B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A44B is #7C5BB4. Grayscale: #909090. Windows color (decimal): -8149941 or 4957315. OLE color: 4957315.
HSL color Cylindrical-coordinate representation of color #83A44B: hue angle of 82.25º 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 #83A44B is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 164 | 75 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.36 |
| HSL | 82.25º | 0.37% | 0.47% | - |
| HSV(B) | 82.25º | 0.54% | 0.64% | - |
| XYZ | 23.91 | 31.88 | 11.55 | - |
| YUV | 143.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 164 | 75 | 0.20 | 0 | 0.54 | 0.36 | 82.25 | 0.37 | 0.47 |
| Hex | 83 | A4 | 4B | 14 | 0 | 36 | 24 | 52 | 25 | 2F |
| Octal | 203 | 244 | 113 | 24 | 0 | 66 | 44 | 122 | 45 | 57 |
| Binary | 10000011 | 10100100 | 1001011 | 10100 | 0 | 110110 | 100100 | 1010010 | 100101 | 101111 |
Color Harmonies of #83A44B
Complementary color
Monochromatic Colors of #83A44B
Black with #83A44B
Text Example
Text Example
White with #83A44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A44B; }
p { color: rgb(131,164,75); }
H1.HeaderClassName
{
color: #83A44B;
}
.AnyTagClassName
{
color: #83A44B;
}
</style>
background-color css
<style>
a { background-color: #83A44B; }
a { background-color: rgb(131,164,75); }
div.DivClassName
{
background-color: #83A44B;
}
.BgClassName
{
background-color: #83A44B;
}
</style>
border-color css
<style>
span { border-color: #83A44B; }
span { border-color: rgb(131,164,75); }
td.TdClassName
{
border-color: #83A44B;
}
.TagClassName
{
border-color: #83A44B;
}
</style>