Shades of Chelsea Cucumber #84B25D
Tints of Chelsea Cucumber #84B25D
RGB
CMYK
RGB Variations
Color information
#84B25D (or 0x84B25D) is known color: Chelsea Cucumber. HEX triplet: 84, B2 and 5D. RGB value is (132,178,93). Sum of RGB (Red+Green+Blue) = 132+178+93=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 178 - color contains mainly: green. Hex color #84B25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B25D is #7B4DA2. Grayscale: #9A9A9A. Windows color (decimal): -8080803 or 6140548. OLE color: 6140548.
HSL color Cylindrical-coordinate representation of color #84B25D: hue angle of 92.47º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84B25D is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 178 | 93 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.30 |
| HSL | 92.47º | 0.36% | 0.53% | - |
| HSV(B) | 92.47º | 0.48% | 0.7% | - |
| XYZ | 27.41 | 37.54 | 16.16 | - |
| YUV | 154.56 | 93.26 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 178 | 93 | 0.26 | 0 | 0.48 | 0.30 | 92.47 | 0.36 | 0.53 |
| Hex | 84 | B2 | 5D | 1A | 0 | 30 | 1E | 5C | 24 | 35 |
| Octal | 204 | 262 | 135 | 32 | 0 | 60 | 36 | 134 | 44 | 65 |
| Binary | 10000100 | 10110010 | 1011101 | 11010 | 0 | 110000 | 11110 | 1011100 | 100100 | 110101 |
Color Harmonies of #84B25D
Complementary color
Monochromatic Colors of #84B25D
Black with #84B25D
Text Example
Text Example
White with #84B25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B25D; }
p { color: rgb(132,178,93); }
H1.HeaderClassName
{
color: #84B25D;
}
.AnyTagClassName
{
color: #84B25D;
}
</style>
background-color css
<style>
a { background-color: #84B25D; }
a { background-color: rgb(132,178,93); }
div.DivClassName
{
background-color: #84B25D;
}
.BgClassName
{
background-color: #84B25D;
}
</style>
border-color css
<style>
span { border-color: #84B25D; }
span { border-color: rgb(132,178,93); }
td.TdClassName
{
border-color: #84B25D;
}
.TagClassName
{
border-color: #84B25D;
}
</style>