Shades of Chelsea Cucumber #839B5C
Tints of Chelsea Cucumber #839B5C
RGB
CMYK
RGB Variations
Color information
#839B5C (or 0x839B5C) is known color: Chelsea Cucumber. HEX triplet: 83, 9B and 5C. RGB value is (131,155,92). Sum of RGB (Red+Green+Blue) = 131+155+92=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #839B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839B5C is #7C64A3. Grayscale: #8C8C8C. Windows color (decimal): -8152228 or 6069123. OLE color: 6069123.
HSL color Cylindrical-coordinate representation of color #839B5C: hue angle of 82.86º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #839B5C is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 155 | 92 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.39 |
| HSL | 82.86º | 0.26% | 0.48% | - |
| HSV(B) | 82.86º | 0.41% | 0.61% | - |
| XYZ | 23.01 | 29.04 | 14.52 | - |
| YUV | 140.64 | 100.55 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 92 | 0.15 | 0 | 0.41 | 0.39 | 82.86 | 0.26 | 0.48 |
| Hex | 83 | 9B | 5C | F | 0 | 29 | 27 | 53 | 1A | 30 |
| Octal | 203 | 233 | 134 | 17 | 0 | 51 | 47 | 123 | 32 | 60 |
| Binary | 10000011 | 10011011 | 1011100 | 1111 | 0 | 101001 | 100111 | 1010011 | 11010 | 110000 |
Color Harmonies of #839B5C
Complementary color
Monochromatic Colors of #839B5C
Black with #839B5C
Text Example
Text Example
White with #839B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839B5C; }
p { color: rgb(131,155,92); }
H1.HeaderClassName
{
color: #839B5C;
}
.AnyTagClassName
{
color: #839B5C;
}
</style>
background-color css
<style>
a { background-color: #839B5C; }
a { background-color: rgb(131,155,92); }
div.DivClassName
{
background-color: #839B5C;
}
.BgClassName
{
background-color: #839B5C;
}
</style>
border-color css
<style>
span { border-color: #839B5C; }
span { border-color: rgb(131,155,92); }
td.TdClassName
{
border-color: #839B5C;
}
.TagClassName
{
border-color: #839B5C;
}
</style>