Shades of Chelsea Cucumber #84AF47
Tints of Chelsea Cucumber #84AF47
RGB
CMYK
RGB Variations
Color information
#84AF47 (or 0x84AF47) is known color: Chelsea Cucumber. HEX triplet: 84, AF and 47. RGB value is (132,175,71). Sum of RGB (Red+Green+Blue) = 132+175+71=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AF47 is #7B50B8. Grayscale: #969696. Windows color (decimal): -8081593 or 4697988. OLE color: 4697988.
HSL color Cylindrical-coordinate representation of color #84AF47: hue angle of 84.81º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84AF47 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 71 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.31 |
| HSL | 84.81º | 0.42% | 0.48% | - |
| HSV(B) | 84.81º | 0.59% | 0.69% | - |
| XYZ | 25.98 | 36.02 | 11.54 | - |
| YUV | 150.29 | 83.25 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 71 | 0.25 | 0 | 0.59 | 0.31 | 84.81 | 0.42 | 0.48 |
| Hex | 84 | AF | 47 | 19 | 0 | 3B | 1F | 55 | 2A | 30 |
| Octal | 204 | 257 | 107 | 31 | 0 | 73 | 37 | 125 | 52 | 60 |
| Binary | 10000100 | 10101111 | 1000111 | 11001 | 0 | 111011 | 11111 | 1010101 | 101010 | 110000 |
Color Harmonies of #84AF47
Complementary color
Monochromatic Colors of #84AF47
Black with #84AF47
Text Example
Text Example
White with #84AF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF47; }
p { color: rgb(132,175,71); }
H1.HeaderClassName
{
color: #84AF47;
}
.AnyTagClassName
{
color: #84AF47;
}
</style>
background-color css
<style>
a { background-color: #84AF47; }
a { background-color: rgb(132,175,71); }
div.DivClassName
{
background-color: #84AF47;
}
.BgClassName
{
background-color: #84AF47;
}
</style>
border-color css
<style>
span { border-color: #84AF47; }
span { border-color: rgb(132,175,71); }
td.TdClassName
{
border-color: #84AF47;
}
.TagClassName
{
border-color: #84AF47;
}
</style>