Shades of Chelsea Cucumber #83A954
Tints of Chelsea Cucumber #83A954
RGB
CMYK
RGB Variations
Color information
#83A954 (or 0x83A954) is known color: Chelsea Cucumber. HEX triplet: 83, A9 and 54. RGB value is (131,169,84). Sum of RGB (Red+Green+Blue) = 131+169+84=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 169 - color contains mainly: green. Hex color #83A954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A954 is #7C56AB. Grayscale: #949494. Windows color (decimal): -8148652 or 5548419. OLE color: 5548419.
HSL color Cylindrical-coordinate representation of color #83A954: hue angle of 86.82º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83A954 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 131 | 169 | 84 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.34 |
| HSL | 86.82º | 0.34% | 0.5% | - |
| HSV(B) | 86.82º | 0.5% | 0.66% | - |
| XYZ | 25.15 | 33.84 | 13.59 | - |
| YUV | 147.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 169 | 84 | 0.22 | 0 | 0.50 | 0.34 | 86.82 | 0.34 | 0.5 |
| Hex | 83 | A9 | 54 | 16 | 0 | 32 | 22 | 57 | 22 | 32 |
| Octal | 203 | 251 | 124 | 26 | 0 | 62 | 42 | 127 | 42 | 62 |
| Binary | 10000011 | 10101001 | 1010100 | 10110 | 0 | 110010 | 100010 | 1010111 | 100010 | 110010 |
Color Harmonies of #83A954
Complementary color
Monochromatic Colors of #83A954
Black with #83A954
Text Example
Text Example
White with #83A954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A954; }
p { color: rgb(131,169,84); }
H1.HeaderClassName
{
color: #83A954;
}
.AnyTagClassName
{
color: #83A954;
}
</style>
background-color css
<style>
a { background-color: #83A954; }
a { background-color: rgb(131,169,84); }
div.DivClassName
{
background-color: #83A954;
}
.BgClassName
{
background-color: #83A954;
}
</style>
border-color css
<style>
span { border-color: #83A954; }
span { border-color: rgb(131,169,84); }
td.TdClassName
{
border-color: #83A954;
}
.TagClassName
{
border-color: #83A954;
}
</style>