Shades of Chelsea Cucumber #84B141
Tints of Chelsea Cucumber #84B141
RGB
CMYK
RGB Variations
Color information
#84B141 (or 0x84B141) is known color: Chelsea Cucumber. HEX triplet: 84, B1 and 41. RGB value is (132,177,65). Sum of RGB (Red+Green+Blue) = 132+177+65=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #84B141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B141 is #7B4EBE. Grayscale: #979797. Windows color (decimal): -8081087 or 4305284. OLE color: 4305284.
HSL color Cylindrical-coordinate representation of color #84B141: hue angle of 84.11º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84B141 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 177 | 65 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.31 |
| HSL | 84.11º | 0.46% | 0.47% | - |
| HSV(B) | 84.11º | 0.63% | 0.69% | - |
| XYZ | 26.19 | 36.73 | 10.71 | - |
| YUV | 150.78 | 79.59 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 177 | 65 | 0.25 | 0 | 0.63 | 0.31 | 84.11 | 0.46 | 0.47 |
| Hex | 84 | B1 | 41 | 19 | 0 | 3F | 1F | 54 | 2E | 2F |
| Octal | 204 | 261 | 101 | 31 | 0 | 77 | 37 | 124 | 56 | 57 |
| Binary | 10000100 | 10110001 | 1000001 | 11001 | 0 | 111111 | 11111 | 1010100 | 101110 | 101111 |
Color Harmonies of #84B141
Complementary color
Monochromatic Colors of #84B141
Black with #84B141
Text Example
Text Example
White with #84B141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B141; }
p { color: rgb(132,177,65); }
H1.HeaderClassName
{
color: #84B141;
}
.AnyTagClassName
{
color: #84B141;
}
</style>
background-color css
<style>
a { background-color: #84B141; }
a { background-color: rgb(132,177,65); }
div.DivClassName
{
background-color: #84B141;
}
.BgClassName
{
background-color: #84B141;
}
</style>
border-color css
<style>
span { border-color: #84B141; }
span { border-color: rgb(132,177,65); }
td.TdClassName
{
border-color: #84B141;
}
.TagClassName
{
border-color: #84B141;
}
</style>