Shades of Chelsea Cucumber #84B156
Tints of Chelsea Cucumber #84B156
RGB
CMYK
RGB Variations
Color information
#84B156 (or 0x84B156) is known color: Chelsea Cucumber. HEX triplet: 84, B1 and 56. RGB value is (132,177,86). Sum of RGB (Red+Green+Blue) = 132+177+86=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #84B156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B156 is #7B4EA9. Grayscale: #999999. Windows color (decimal): -8081066 or 5681540. OLE color: 5681540.
HSL color Cylindrical-coordinate representation of color #84B156: hue angle of 89.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84B156 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 177 | 86 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.31 |
| HSL | 89.67º | 0.37% | 0.52% | - |
| HSV(B) | 89.67º | 0.51% | 0.69% | - |
| XYZ | 26.92 | 37.02 | 14.53 | - |
| YUV | 153.17 | 90.09 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 177 | 86 | 0.25 | 0 | 0.51 | 0.31 | 89.67 | 0.37 | 0.52 |
| Hex | 84 | B1 | 56 | 19 | 0 | 33 | 1F | 5A | 25 | 34 |
| Octal | 204 | 261 | 126 | 31 | 0 | 63 | 37 | 132 | 45 | 64 |
| Binary | 10000100 | 10110001 | 1010110 | 11001 | 0 | 110011 | 11111 | 1011010 | 100101 | 110100 |
Color Harmonies of #84B156
Complementary color
Monochromatic Colors of #84B156
Black with #84B156
Text Example
Text Example
White with #84B156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B156; }
p { color: rgb(132,177,86); }
H1.HeaderClassName
{
color: #84B156;
}
.AnyTagClassName
{
color: #84B156;
}
</style>
background-color css
<style>
a { background-color: #84B156; }
a { background-color: rgb(132,177,86); }
div.DivClassName
{
background-color: #84B156;
}
.BgClassName
{
background-color: #84B156;
}
</style>
border-color css
<style>
span { border-color: #84B156; }
span { border-color: rgb(132,177,86); }
td.TdClassName
{
border-color: #84B156;
}
.TagClassName
{
border-color: #84B156;
}
</style>