Shades of Chelsea Cucumber #84B343
Tints of Chelsea Cucumber #84B343
RGB
CMYK
RGB Variations
Color information
#84B343 (or 0x84B343) is known color: Chelsea Cucumber. HEX triplet: 84, B3 and 43. RGB value is (132,179,67). Sum of RGB (Red+Green+Blue) = 132+179+67=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #84B343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B343 is #7B4CBC. Grayscale: #989898. Windows color (decimal): -8080573 or 4436868. OLE color: 4436868.
HSL color Cylindrical-coordinate representation of color #84B343: hue angle of 85.18º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84B343 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 179 | 67 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.30 |
| HSL | 85.18º | 0.46% | 0.48% | - |
| HSV(B) | 85.18º | 0.63% | 0.7% | - |
| XYZ | 26.65 | 37.55 | 11.15 | - |
| YUV | 152.18 | 79.93 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 179 | 67 | 0.26 | 0 | 0.63 | 0.30 | 85.18 | 0.46 | 0.48 |
| Hex | 84 | B3 | 43 | 1A | 0 | 3F | 1E | 55 | 2E | 30 |
| Octal | 204 | 263 | 103 | 32 | 0 | 77 | 36 | 125 | 56 | 60 |
| Binary | 10000100 | 10110011 | 1000011 | 11010 | 0 | 111111 | 11110 | 1010101 | 101110 | 110000 |
Color Harmonies of #84B343
Complementary color
Monochromatic Colors of #84B343
Black with #84B343
Text Example
Text Example
White with #84B343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B343; }
p { color: rgb(132,179,67); }
H1.HeaderClassName
{
color: #84B343;
}
.AnyTagClassName
{
color: #84B343;
}
</style>
background-color css
<style>
a { background-color: #84B343; }
a { background-color: rgb(132,179,67); }
div.DivClassName
{
background-color: #84B343;
}
.BgClassName
{
background-color: #84B343;
}
</style>
border-color css
<style>
span { border-color: #84B343; }
span { border-color: rgb(132,179,67); }
td.TdClassName
{
border-color: #84B343;
}
.TagClassName
{
border-color: #84B343;
}
</style>