Shades of Chelsea Cucumber #84B349
Tints of Chelsea Cucumber #84B349
RGB
CMYK
RGB Variations
Color information
#84B349 (or 0x84B349) is known color: Chelsea Cucumber. HEX triplet: 84, B3 and 49. RGB value is (132,179,73). Sum of RGB (Red+Green+Blue) = 132+179+73=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #84B349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B349 is #7B4CB6. Grayscale: #999999. Windows color (decimal): -8080567 or 4830084. OLE color: 4830084.
HSL color Cylindrical-coordinate representation of color #84B349: hue angle of 86.6º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84B349 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 179 | 73 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.30 |
| HSL | 86.6º | 0.42% | 0.49% | - |
| HSV(B) | 86.6º | 0.59% | 0.7% | - |
| XYZ | 26.84 | 37.63 | 12.15 | - |
| YUV | 152.86 | 82.93 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 179 | 73 | 0.26 | 0 | 0.59 | 0.30 | 86.6 | 0.42 | 0.49 |
| Hex | 84 | B3 | 49 | 1A | 0 | 3B | 1E | 57 | 2A | 31 |
| Octal | 204 | 263 | 111 | 32 | 0 | 73 | 36 | 127 | 52 | 61 |
| Binary | 10000100 | 10110011 | 1001001 | 11010 | 0 | 111011 | 11110 | 1010111 | 101010 | 110001 |
Color Harmonies of #84B349
Complementary color
Monochromatic Colors of #84B349
Black with #84B349
Text Example
Text Example
White with #84B349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B349; }
p { color: rgb(132,179,73); }
H1.HeaderClassName
{
color: #84B349;
}
.AnyTagClassName
{
color: #84B349;
}
</style>
background-color css
<style>
a { background-color: #84B349; }
a { background-color: rgb(132,179,73); }
div.DivClassName
{
background-color: #84B349;
}
.BgClassName
{
background-color: #84B349;
}
</style>
border-color css
<style>
span { border-color: #84B349; }
span { border-color: rgb(132,179,73); }
td.TdClassName
{
border-color: #84B349;
}
.TagClassName
{
border-color: #84B349;
}
</style>