Shades of Chelsea Cucumber #84AD48
Tints of Chelsea Cucumber #84AD48
RGB
CMYK
RGB Variations
Color information
#84AD48 (or 0x84AD48) is known color: Chelsea Cucumber. HEX triplet: 84, AD and 48. RGB value is (132,173,72). Sum of RGB (Red+Green+Blue) = 132+173+72=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AD48 is #7B52B7. Grayscale: #959595. Windows color (decimal): -8082104 or 4763012. OLE color: 4763012.
HSL color Cylindrical-coordinate representation of color #84AD48: hue angle of 84.36º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84AD48 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 72 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.32 |
| HSL | 84.36º | 0.41% | 0.48% | - |
| HSV(B) | 84.36º | 0.58% | 0.68% | - |
| XYZ | 25.63 | 35.26 | 11.59 | - |
| YUV | 149.23 | 84.42 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 72 | 0.24 | 0 | 0.58 | 0.32 | 84.36 | 0.41 | 0.48 |
| Hex | 84 | AD | 48 | 18 | 0 | 3A | 20 | 54 | 29 | 30 |
| Octal | 204 | 255 | 110 | 30 | 0 | 72 | 40 | 124 | 51 | 60 |
| Binary | 10000100 | 10101101 | 1001000 | 11000 | 0 | 111010 | 100000 | 1010100 | 101001 | 110000 |
Color Harmonies of #84AD48
Complementary color
Monochromatic Colors of #84AD48
Black with #84AD48
Text Example
Text Example
White with #84AD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AD48; }
p { color: rgb(132,173,72); }
H1.HeaderClassName
{
color: #84AD48;
}
.AnyTagClassName
{
color: #84AD48;
}
</style>
background-color css
<style>
a { background-color: #84AD48; }
a { background-color: rgb(132,173,72); }
div.DivClassName
{
background-color: #84AD48;
}
.BgClassName
{
background-color: #84AD48;
}
</style>
border-color css
<style>
span { border-color: #84AD48; }
span { border-color: rgb(132,173,72); }
td.TdClassName
{
border-color: #84AD48;
}
.TagClassName
{
border-color: #84AD48;
}
</style>