Shades of Chelsea Cucumber #84AF55
Tints of Chelsea Cucumber #84AF55
RGB
CMYK
RGB Variations
Color information
#84AF55 (or 0x84AF55) is known color: Chelsea Cucumber. HEX triplet: 84, AF and 55. RGB value is (132,175,85). Sum of RGB (Red+Green+Blue) = 132+175+85=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF55 is #7B50AA. Grayscale: #989898. Windows color (decimal): -8081579 or 5615492. OLE color: 5615492.
HSL color Cylindrical-coordinate representation of color #84AF55: hue angle of 88.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84AF55 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 85 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.31 |
| HSL | 88.67º | 0.36% | 0.51% | - |
| HSV(B) | 88.67º | 0.51% | 0.69% | - |
| XYZ | 26.49 | 36.22 | 14.19 | - |
| YUV | 151.88 | 90.25 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 85 | 0.25 | 0 | 0.51 | 0.31 | 88.67 | 0.36 | 0.51 |
| Hex | 84 | AF | 55 | 19 | 0 | 33 | 1F | 59 | 24 | 33 |
| Octal | 204 | 257 | 125 | 31 | 0 | 63 | 37 | 131 | 44 | 63 |
| Binary | 10000100 | 10101111 | 1010101 | 11001 | 0 | 110011 | 11111 | 1011001 | 100100 | 110011 |
Color Harmonies of #84AF55
Complementary color
Monochromatic Colors of #84AF55
Black with #84AF55
Text Example
Text Example
White with #84AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF55; }
p { color: rgb(132,175,85); }
H1.HeaderClassName
{
color: #84AF55;
}
.AnyTagClassName
{
color: #84AF55;
}
</style>
background-color css
<style>
a { background-color: #84AF55; }
a { background-color: rgb(132,175,85); }
div.DivClassName
{
background-color: #84AF55;
}
.BgClassName
{
background-color: #84AF55;
}
</style>
border-color css
<style>
span { border-color: #84AF55; }
span { border-color: rgb(132,175,85); }
td.TdClassName
{
border-color: #84AF55;
}
.TagClassName
{
border-color: #84AF55;
}
</style>