Shades of Chelsea Cucumber #849C4A
Tints of Chelsea Cucumber #849C4A
RGB
CMYK
RGB Variations
Color information
#849C4A (or 0x849C4A) is known color: Chelsea Cucumber. HEX triplet: 84, 9C and 4A. RGB value is (132,156,74). Sum of RGB (Red+Green+Blue) = 132+156+74=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #849C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849C4A is #7B63B5. Grayscale: #8B8B8B. Windows color (decimal): -8086454 or 4889732. OLE color: 4889732.
HSL color Cylindrical-coordinate representation of color #849C4A: hue angle of 77.56º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #849C4A is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 156 | 74 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.39 |
| HSL | 77.56º | 0.36% | 0.45% | - |
| HSV(B) | 77.56º | 0.53% | 0.61% | - |
| XYZ | 22.64 | 29.18 | 10.92 | - |
| YUV | 139.48 | 91.05 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 74 | 0.15 | 0 | 0.53 | 0.39 | 77.56 | 0.36 | 0.45 |
| Hex | 84 | 9C | 4A | F | 0 | 35 | 27 | 4E | 24 | 2D |
| Octal | 204 | 234 | 112 | 17 | 0 | 65 | 47 | 116 | 44 | 55 |
| Binary | 10000100 | 10011100 | 1001010 | 1111 | 0 | 110101 | 100111 | 1001110 | 100100 | 101101 |
Color Harmonies of #849C4A
Complementary color
Monochromatic Colors of #849C4A
Black with #849C4A
Text Example
Text Example
White with #849C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849C4A; }
p { color: rgb(132,156,74); }
H1.HeaderClassName
{
color: #849C4A;
}
.AnyTagClassName
{
color: #849C4A;
}
</style>
background-color css
<style>
a { background-color: #849C4A; }
a { background-color: rgb(132,156,74); }
div.DivClassName
{
background-color: #849C4A;
}
.BgClassName
{
background-color: #849C4A;
}
</style>
border-color css
<style>
span { border-color: #849C4A; }
span { border-color: rgb(132,156,74); }
td.TdClassName
{
border-color: #849C4A;
}
.TagClassName
{
border-color: #849C4A;
}
</style>