Shades of Chelsea Cucumber #84B24A
Tints of Chelsea Cucumber #84B24A
RGB
CMYK
RGB Variations
Color information
#84B24A (or 0x84B24A) is known color: Chelsea Cucumber. HEX triplet: 84, B2 and 4A. RGB value is (132,178,74). Sum of RGB (Red+Green+Blue) = 132+178+74=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #84B24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B24A is #7B4DB5. Grayscale: #989898. Windows color (decimal): -8080822 or 4895364. OLE color: 4895364.
HSL color Cylindrical-coordinate representation of color #84B24A: hue angle of 86.54º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84B24A is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 178 | 74 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.30 |
| HSL | 86.54º | 0.41% | 0.49% | - |
| HSV(B) | 86.54º | 0.58% | 0.7% | - |
| XYZ | 26.67 | 37.24 | 12.26 | - |
| YUV | 152.39 | 83.76 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 178 | 74 | 0.26 | 0 | 0.58 | 0.30 | 86.54 | 0.41 | 0.49 |
| Hex | 84 | B2 | 4A | 1A | 0 | 3A | 1E | 57 | 29 | 31 |
| Octal | 204 | 262 | 112 | 32 | 0 | 72 | 36 | 127 | 51 | 61 |
| Binary | 10000100 | 10110010 | 1001010 | 11010 | 0 | 111010 | 11110 | 1010111 | 101001 | 110001 |
Color Harmonies of #84B24A
Complementary color
Monochromatic Colors of #84B24A
Black with #84B24A
Text Example
Text Example
White with #84B24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B24A; }
p { color: rgb(132,178,74); }
H1.HeaderClassName
{
color: #84B24A;
}
.AnyTagClassName
{
color: #84B24A;
}
</style>
background-color css
<style>
a { background-color: #84B24A; }
a { background-color: rgb(132,178,74); }
div.DivClassName
{
background-color: #84B24A;
}
.BgClassName
{
background-color: #84B24A;
}
</style>
border-color css
<style>
span { border-color: #84B24A; }
span { border-color: rgb(132,178,74); }
td.TdClassName
{
border-color: #84B24A;
}
.TagClassName
{
border-color: #84B24A;
}
</style>