Shades of Chelsea Cucumber #84B155
Tints of Chelsea Cucumber #84B155
RGB
CMYK
RGB Variations
Color information
#84B155 (or 0x84B155) is known color: Chelsea Cucumber. HEX triplet: 84, B1 and 55. RGB value is (132,177,85). Sum of RGB (Red+Green+Blue) = 132+177+85=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #84B155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B155 is #7B4EAA. Grayscale: #999999. Windows color (decimal): -8081067 or 5616004. OLE color: 5616004.
HSL color Cylindrical-coordinate representation of color #84B155: hue angle of 89.35º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84B155 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 177 | 85 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.31 |
| HSL | 89.35º | 0.37% | 0.51% | - |
| HSV(B) | 89.35º | 0.52% | 0.69% | - |
| XYZ | 26.88 | 37.01 | 14.32 | - |
| YUV | 153.06 | 89.59 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 177 | 85 | 0.25 | 0 | 0.52 | 0.31 | 89.35 | 0.37 | 0.51 |
| Hex | 84 | B1 | 55 | 19 | 0 | 34 | 1F | 59 | 25 | 33 |
| Octal | 204 | 261 | 125 | 31 | 0 | 64 | 37 | 131 | 45 | 63 |
| Binary | 10000100 | 10110001 | 1010101 | 11001 | 0 | 110100 | 11111 | 1011001 | 100101 | 110011 |
Color Harmonies of #84B155
Complementary color
Monochromatic Colors of #84B155
Black with #84B155
Text Example
Text Example
White with #84B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B155; }
p { color: rgb(132,177,85); }
H1.HeaderClassName
{
color: #84B155;
}
.AnyTagClassName
{
color: #84B155;
}
</style>
background-color css
<style>
a { background-color: #84B155; }
a { background-color: rgb(132,177,85); }
div.DivClassName
{
background-color: #84B155;
}
.BgClassName
{
background-color: #84B155;
}
</style>
border-color css
<style>
span { border-color: #84B155; }
span { border-color: rgb(132,177,85); }
td.TdClassName
{
border-color: #84B155;
}
.TagClassName
{
border-color: #84B155;
}
</style>