Shades of Chelsea Cucumber #84AF61
Tints of Chelsea Cucumber #84AF61
RGB
CMYK
RGB Variations
Color information
#84AF61 (or 0x84AF61) is known color: Chelsea Cucumber. HEX triplet: 84, AF and 61. RGB value is (132,175,97). Sum of RGB (Red+Green+Blue) = 132+175+97=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF61 is #7B509E. Grayscale: #999999. Windows color (decimal): -8081567 or 6401924. OLE color: 6401924.
HSL color Cylindrical-coordinate representation of color #84AF61: hue angle of 93.08º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84AF61 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 97 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.31 |
| HSL | 93.08º | 0.33% | 0.53% | - |
| HSV(B) | 93.08º | 0.45% | 0.69% | - |
| XYZ | 27 | 36.43 | 16.92 | - |
| YUV | 153.25 | 96.25 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 97 | 0.25 | 0 | 0.45 | 0.31 | 93.08 | 0.33 | 0.53 |
| Hex | 84 | AF | 61 | 19 | 0 | 2D | 1F | 5D | 21 | 35 |
| Octal | 204 | 257 | 141 | 31 | 0 | 55 | 37 | 135 | 41 | 65 |
| Binary | 10000100 | 10101111 | 1100001 | 11001 | 0 | 101101 | 11111 | 1011101 | 100001 | 110101 |
Color Harmonies of #84AF61
Complementary color
Monochromatic Colors of #84AF61
Black with #84AF61
Text Example
Text Example
White with #84AF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF61; }
p { color: rgb(132,175,97); }
H1.HeaderClassName
{
color: #84AF61;
}
.AnyTagClassName
{
color: #84AF61;
}
</style>
background-color css
<style>
a { background-color: #84AF61; }
a { background-color: rgb(132,175,97); }
div.DivClassName
{
background-color: #84AF61;
}
.BgClassName
{
background-color: #84AF61;
}
</style>
border-color css
<style>
span { border-color: #84AF61; }
span { border-color: rgb(132,175,97); }
td.TdClassName
{
border-color: #84AF61;
}
.TagClassName
{
border-color: #84AF61;
}
</style>