Shades of Chelsea Cucumber #819950
Tints of Chelsea Cucumber #819950
RGB
CMYK
RGB Variations
Color information
#819950 (or 0x819950) is known color: Chelsea Cucumber. HEX triplet: 81, 99 and 50. RGB value is (129,153,80). Sum of RGB (Red+Green+Blue) = 129+153+80=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #819950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819950 is #7E66AF. Grayscale: #898989. Windows color (decimal): -8283824 or 5282177. OLE color: 5282177.
HSL color Cylindrical-coordinate representation of color #819950: hue angle of 79.73º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #819950 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 153 | 80 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.4 |
| HSL | 79.73º | 0.31% | 0.46% | - |
| HSV(B) | 79.73º | 0.48% | 0.6% | - |
| XYZ | 21.89 | 28.03 | 11.85 | - |
| YUV | 137.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 80 | 0.16 | 0 | 0.48 | 0.4 | 79.73 | 0.31 | 0.46 |
| Hex | 81 | 99 | 50 | 10 | 0 | 30 | 28 | 50 | 1F | 2E |
| Octal | 201 | 231 | 120 | 20 | 0 | 60 | 50 | 120 | 37 | 56 |
| Binary | 10000001 | 10011001 | 1010000 | 10000 | 0 | 110000 | 101000 | 1010000 | 11111 | 101110 |
Color Harmonies of #819950
Complementary color
Monochromatic Colors of #819950
Black with #819950
Text Example
Text Example
White with #819950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819950; }
p { color: rgb(129,153,80); }
H1.HeaderClassName
{
color: #819950;
}
.AnyTagClassName
{
color: #819950;
}
</style>
background-color css
<style>
a { background-color: #819950; }
a { background-color: rgb(129,153,80); }
div.DivClassName
{
background-color: #819950;
}
.BgClassName
{
background-color: #819950;
}
</style>
border-color css
<style>
span { border-color: #819950; }
span { border-color: rgb(129,153,80); }
td.TdClassName
{
border-color: #819950;
}
.TagClassName
{
border-color: #819950;
}
</style>