Shades of Chelsea Cucumber #83994C
Tints of Chelsea Cucumber #83994C
RGB
CMYK
RGB Variations
Color information
#83994C (or 0x83994C) is known color: Chelsea Cucumber. HEX triplet: 83, 99 and 4C. RGB value is (131,153,76). Sum of RGB (Red+Green+Blue) = 131+153+76=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #83994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83994C is #7C66B3. Grayscale: #898989. Windows color (decimal): -8152756 or 5020035. OLE color: 5020035.
HSL color Cylindrical-coordinate representation of color #83994C: hue angle of 77.14º degrees, saturation: 0.34, 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 #83994C is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 76 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.4 |
| HSL | 77.14º | 0.34% | 0.45% | - |
| HSV(B) | 77.14º | 0.5% | 0.6% | - |
| XYZ | 22.06 | 28.13 | 11.1 | - |
| YUV | 137.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 76 | 0.14 | 0 | 0.50 | 0.4 | 77.14 | 0.34 | 0.45 |
| Hex | 83 | 99 | 4C | E | 0 | 32 | 28 | 4D | 22 | 2D |
| Octal | 203 | 231 | 114 | 16 | 0 | 62 | 50 | 115 | 42 | 55 |
| Binary | 10000011 | 10011001 | 1001100 | 1110 | 0 | 110010 | 101000 | 1001101 | 100010 | 101101 |
Color Harmonies of #83994C
Complementary color
Monochromatic Colors of #83994C
Black with #83994C
Text Example
Text Example
White with #83994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83994C; }
p { color: rgb(131,153,76); }
H1.HeaderClassName
{
color: #83994C;
}
.AnyTagClassName
{
color: #83994C;
}
</style>
background-color css
<style>
a { background-color: #83994C; }
a { background-color: rgb(131,153,76); }
div.DivClassName
{
background-color: #83994C;
}
.BgClassName
{
background-color: #83994C;
}
</style>
border-color css
<style>
span { border-color: #83994C; }
span { border-color: rgb(131,153,76); }
td.TdClassName
{
border-color: #83994C;
}
.TagClassName
{
border-color: #83994C;
}
</style>