Shades of Chelsea Cucumber #84B25E
Tints of Chelsea Cucumber #84B25E
RGB
CMYK
RGB Variations
Color information
#84B25E (or 0x84B25E) is known color: Chelsea Cucumber. HEX triplet: 84, B2 and 5E. RGB value is (132,178,94). Sum of RGB (Red+Green+Blue) = 132+178+94=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 178 - color contains mainly: green. Hex color #84B25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B25E is #7B4DA1. Grayscale: #9A9A9A. Windows color (decimal): -8080802 or 6206084. OLE color: 6206084.
HSL color Cylindrical-coordinate representation of color #84B25E: hue angle of 92.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84B25E is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 178 | 94 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.30 |
| HSL | 92.86º | 0.35% | 0.53% | - |
| HSV(B) | 92.86º | 0.47% | 0.7% | - |
| XYZ | 27.46 | 37.55 | 16.39 | - |
| YUV | 154.67 | 93.76 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 178 | 94 | 0.26 | 0 | 0.47 | 0.30 | 92.86 | 0.35 | 0.53 |
| Hex | 84 | B2 | 5E | 1A | 0 | 2F | 1E | 5D | 23 | 35 |
| Octal | 204 | 262 | 136 | 32 | 0 | 57 | 36 | 135 | 43 | 65 |
| Binary | 10000100 | 10110010 | 1011110 | 11010 | 0 | 101111 | 11110 | 1011101 | 100011 | 110101 |
Color Harmonies of #84B25E
Complementary color
Monochromatic Colors of #84B25E
Black with #84B25E
Text Example
Text Example
White with #84B25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B25E; }
p { color: rgb(132,178,94); }
H1.HeaderClassName
{
color: #84B25E;
}
.AnyTagClassName
{
color: #84B25E;
}
</style>
background-color css
<style>
a { background-color: #84B25E; }
a { background-color: rgb(132,178,94); }
div.DivClassName
{
background-color: #84B25E;
}
.BgClassName
{
background-color: #84B25E;
}
</style>
border-color css
<style>
span { border-color: #84B25E; }
span { border-color: rgb(132,178,94); }
td.TdClassName
{
border-color: #84B25E;
}
.TagClassName
{
border-color: #84B25E;
}
</style>