Shades of Chelsea Cucumber #84B149
Tints of Chelsea Cucumber #84B149
RGB
CMYK
RGB Variations
Color information
#84B149 (or 0x84B149) is known color: Chelsea Cucumber. HEX triplet: 84, B1 and 49. RGB value is (132,177,73). Sum of RGB (Red+Green+Blue) = 132+177+73=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 177 - color contains mainly: green. Hex color #84B149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B149 is #7B4EB6. Grayscale: #989898. Windows color (decimal): -8081079 or 4829572. OLE color: 4829572.
HSL color Cylindrical-coordinate representation of color #84B149: hue angle of 85.96º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84B149 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 177 | 73 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.31 |
| HSL | 85.96º | 0.42% | 0.49% | - |
| HSV(B) | 85.96º | 0.59% | 0.69% | - |
| XYZ | 26.44 | 36.83 | 12.02 | - |
| YUV | 151.69 | 83.59 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 177 | 73 | 0.25 | 0 | 0.59 | 0.31 | 85.96 | 0.42 | 0.49 |
| Hex | 84 | B1 | 49 | 19 | 0 | 3B | 1F | 56 | 2A | 31 |
| Octal | 204 | 261 | 111 | 31 | 0 | 73 | 37 | 126 | 52 | 61 |
| Binary | 10000100 | 10110001 | 1001001 | 11001 | 0 | 111011 | 11111 | 1010110 | 101010 | 110001 |
Color Harmonies of #84B149
Complementary color
Monochromatic Colors of #84B149
Black with #84B149
Text Example
Text Example
White with #84B149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B149; }
p { color: rgb(132,177,73); }
H1.HeaderClassName
{
color: #84B149;
}
.AnyTagClassName
{
color: #84B149;
}
</style>
background-color css
<style>
a { background-color: #84B149; }
a { background-color: rgb(132,177,73); }
div.DivClassName
{
background-color: #84B149;
}
.BgClassName
{
background-color: #84B149;
}
</style>
border-color css
<style>
span { border-color: #84B149; }
span { border-color: rgb(132,177,73); }
td.TdClassName
{
border-color: #84B149;
}
.TagClassName
{
border-color: #84B149;
}
</style>