Shades of Chelsea Cucumber #84B752
Tints of Chelsea Cucumber #84B752
RGB
CMYK
RGB Variations
Color information
#84B752 (or 0x84B752) is known color: Chelsea Cucumber. HEX triplet: 84, B7 and 52. RGB value is (132,183,82). Sum of RGB (Red+Green+Blue) = 132+183+82=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #84B752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B752 is #7B48AD. Grayscale: #9C9C9C. Windows color (decimal): -8079534 or 5420932. OLE color: 5420932.
HSL color Cylindrical-coordinate representation of color #84B752: hue angle of 90.3º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84B752 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 183 | 82 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.28 |
| HSL | 90.3º | 0.41% | 0.52% | - |
| HSV(B) | 90.3º | 0.55% | 0.72% | - |
| XYZ | 27.97 | 39.38 | 14.11 | - |
| YUV | 156.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 82 | 0.28 | 0 | 0.55 | 0.28 | 90.3 | 0.41 | 0.52 |
| Hex | 84 | B7 | 52 | 1C | 0 | 37 | 1C | 5A | 29 | 34 |
| Octal | 204 | 267 | 122 | 34 | 0 | 67 | 34 | 132 | 51 | 64 |
| Binary | 10000100 | 10110111 | 1010010 | 11100 | 0 | 110111 | 11100 | 1011010 | 101001 | 110100 |
Color Harmonies of #84B752
Complementary color
Monochromatic Colors of #84B752
Black with #84B752
Text Example
Text Example
White with #84B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B752; }
p { color: rgb(132,183,82); }
H1.HeaderClassName
{
color: #84B752;
}
.AnyTagClassName
{
color: #84B752;
}
</style>
background-color css
<style>
a { background-color: #84B752; }
a { background-color: rgb(132,183,82); }
div.DivClassName
{
background-color: #84B752;
}
.BgClassName
{
background-color: #84B752;
}
</style>
border-color css
<style>
span { border-color: #84B752; }
span { border-color: rgb(132,183,82); }
td.TdClassName
{
border-color: #84B752;
}
.TagClassName
{
border-color: #84B752;
}
</style>