Shades of Chelsea Cucumber #84AF4D
Tints of Chelsea Cucumber #84AF4D
RGB
CMYK
RGB Variations
Color information
#84AF4D (or 0x84AF4D) is known color: Chelsea Cucumber. HEX triplet: 84, AF and 4D. RGB value is (132,175,77). Sum of RGB (Red+Green+Blue) = 132+175+77=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF4D is #7B50B2. Grayscale: #979797. Windows color (decimal): -8081587 or 5091204. OLE color: 5091204.
HSL color Cylindrical-coordinate representation of color #84AF4D: hue angle of 86.33º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84AF4D is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 77 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.31 |
| HSL | 86.33º | 0.39% | 0.49% | - |
| HSV(B) | 86.33º | 0.56% | 0.69% | - |
| XYZ | 26.19 | 36.1 | 12.61 | - |
| YUV | 150.97 | 86.25 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 77 | 0.25 | 0 | 0.56 | 0.31 | 86.33 | 0.39 | 0.49 |
| Hex | 84 | AF | 4D | 19 | 0 | 38 | 1F | 56 | 27 | 31 |
| Octal | 204 | 257 | 115 | 31 | 0 | 70 | 37 | 126 | 47 | 61 |
| Binary | 10000100 | 10101111 | 1001101 | 11001 | 0 | 111000 | 11111 | 1010110 | 100111 | 110001 |
Color Harmonies of #84AF4D
Complementary color
Monochromatic Colors of #84AF4D
Black with #84AF4D
Text Example
Text Example
White with #84AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF4D; }
p { color: rgb(132,175,77); }
H1.HeaderClassName
{
color: #84AF4D;
}
.AnyTagClassName
{
color: #84AF4D;
}
</style>
background-color css
<style>
a { background-color: #84AF4D; }
a { background-color: rgb(132,175,77); }
div.DivClassName
{
background-color: #84AF4D;
}
.BgClassName
{
background-color: #84AF4D;
}
</style>
border-color css
<style>
span { border-color: #84AF4D; }
span { border-color: rgb(132,175,77); }
td.TdClassName
{
border-color: #84AF4D;
}
.TagClassName
{
border-color: #84AF4D;
}
</style>