Shades of Chelsea Cucumber #83994D
Tints of Chelsea Cucumber #83994D
RGB
CMYK
RGB Variations
Color information
#83994D (or 0x83994D) is known color: Chelsea Cucumber. HEX triplet: 83, 99 and 4D. RGB value is (131,153,77). Sum of RGB (Red+Green+Blue) = 131+153+77=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #83994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83994D is #7C66B2. Grayscale: #8A8A8A. Windows color (decimal): -8152755 or 5085571. OLE color: 5085571.
HSL color Cylindrical-coordinate representation of color #83994D: hue angle of 77.37º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83994D is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 77 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.4 |
| HSL | 77.37º | 0.33% | 0.45% | - |
| HSV(B) | 77.37º | 0.5% | 0.6% | - |
| XYZ | 22.09 | 28.14 | 11.29 | - |
| YUV | 137.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 77 | 0.14 | 0 | 0.50 | 0.4 | 77.37 | 0.33 | 0.45 |
| Hex | 83 | 99 | 4D | E | 0 | 32 | 28 | 4D | 21 | 2D |
| Octal | 203 | 231 | 115 | 16 | 0 | 62 | 50 | 115 | 41 | 55 |
| Binary | 10000011 | 10011001 | 1001101 | 1110 | 0 | 110010 | 101000 | 1001101 | 100001 | 101101 |
Color Harmonies of #83994D
Complementary color
Monochromatic Colors of #83994D
Black with #83994D
Text Example
Text Example
White with #83994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83994D; }
p { color: rgb(131,153,77); }
H1.HeaderClassName
{
color: #83994D;
}
.AnyTagClassName
{
color: #83994D;
}
</style>
background-color css
<style>
a { background-color: #83994D; }
a { background-color: rgb(131,153,77); }
div.DivClassName
{
background-color: #83994D;
}
.BgClassName
{
background-color: #83994D;
}
</style>
border-color css
<style>
span { border-color: #83994D; }
span { border-color: rgb(131,153,77); }
td.TdClassName
{
border-color: #83994D;
}
.TagClassName
{
border-color: #83994D;
}
</style>