Shades of Chelsea Cucumber #84B544
Tints of Chelsea Cucumber #84B544
RGB
CMYK
RGB Variations
Color information
#84B544 (or 0x84B544) is known color: Chelsea Cucumber. HEX triplet: 84, B5 and 44. RGB value is (132,181,68). Sum of RGB (Red+Green+Blue) = 132+181+68=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #84B544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B544 is #7B4ABB. Grayscale: #999999. Windows color (decimal): -8080060 or 4502916. OLE color: 4502916.
HSL color Cylindrical-coordinate representation of color #84B544: hue angle of 86.02º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84B544 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 181 | 68 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.29 |
| HSL | 86.02º | 0.45% | 0.49% | - |
| HSV(B) | 86.02º | 0.62% | 0.71% | - |
| XYZ | 27.08 | 38.37 | 11.45 | - |
| YUV | 153.47 | 79.77 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 68 | 0.27 | 0 | 0.62 | 0.29 | 86.02 | 0.45 | 0.49 |
| Hex | 84 | B5 | 44 | 1B | 0 | 3E | 1D | 56 | 2D | 31 |
| Octal | 204 | 265 | 104 | 33 | 0 | 76 | 35 | 126 | 55 | 61 |
| Binary | 10000100 | 10110101 | 1000100 | 11011 | 0 | 111110 | 11101 | 1010110 | 101101 | 110001 |
Color Harmonies of #84B544
Complementary color
Monochromatic Colors of #84B544
Black with #84B544
Text Example
Text Example
White with #84B544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B544; }
p { color: rgb(132,181,68); }
H1.HeaderClassName
{
color: #84B544;
}
.AnyTagClassName
{
color: #84B544;
}
</style>
background-color css
<style>
a { background-color: #84B544; }
a { background-color: rgb(132,181,68); }
div.DivClassName
{
background-color: #84B544;
}
.BgClassName
{
background-color: #84B544;
}
</style>
border-color css
<style>
span { border-color: #84B544; }
span { border-color: rgb(132,181,68); }
td.TdClassName
{
border-color: #84B544;
}
.TagClassName
{
border-color: #84B544;
}
</style>