Shades of Chelsea Cucumber #84B04D
Tints of Chelsea Cucumber #84B04D
RGB
CMYK
RGB Variations
Color information
#84B04D (or 0x84B04D) is known color: Chelsea Cucumber. HEX triplet: 84, B0 and 4D. RGB value is (132,176,77). Sum of RGB (Red+Green+Blue) = 132+176+77=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #84B04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B04D is #7B4FB2. Grayscale: #979797. Windows color (decimal): -8081331 or 5091460. OLE color: 5091460.
HSL color Cylindrical-coordinate representation of color #84B04D: hue angle of 86.67º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84B04D is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 176 | 77 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.31 |
| HSL | 86.67º | 0.39% | 0.5% | - |
| HSV(B) | 86.67º | 0.56% | 0.69% | - |
| XYZ | 26.38 | 36.49 | 12.67 | - |
| YUV | 151.56 | 85.92 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 176 | 77 | 0.25 | 0 | 0.56 | 0.31 | 86.67 | 0.39 | 0.5 |
| Hex | 84 | B0 | 4D | 19 | 0 | 38 | 1F | 57 | 27 | 32 |
| Octal | 204 | 260 | 115 | 31 | 0 | 70 | 37 | 127 | 47 | 62 |
| Binary | 10000100 | 10110000 | 1001101 | 11001 | 0 | 111000 | 11111 | 1010111 | 100111 | 110010 |
Color Harmonies of #84B04D
Complementary color
Monochromatic Colors of #84B04D
Black with #84B04D
Text Example
Text Example
White with #84B04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B04D; }
p { color: rgb(132,176,77); }
H1.HeaderClassName
{
color: #84B04D;
}
.AnyTagClassName
{
color: #84B04D;
}
</style>
background-color css
<style>
a { background-color: #84B04D; }
a { background-color: rgb(132,176,77); }
div.DivClassName
{
background-color: #84B04D;
}
.BgClassName
{
background-color: #84B04D;
}
</style>
border-color css
<style>
span { border-color: #84B04D; }
span { border-color: rgb(132,176,77); }
td.TdClassName
{
border-color: #84B04D;
}
.TagClassName
{
border-color: #84B04D;
}
</style>