Shades of Chelsea Cucumber #84AF5B
Tints of Chelsea Cucumber #84AF5B
RGB
CMYK
RGB Variations
Color information
#84AF5B (or 0x84AF5B) is known color: Chelsea Cucumber. HEX triplet: 84, AF and 5B. RGB value is (132,175,91). Sum of RGB (Red+Green+Blue) = 132+175+91=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF5B is #7B50A4. Grayscale: #989898. Windows color (decimal): -8081573 or 6008708. OLE color: 6008708.
HSL color Cylindrical-coordinate representation of color #84AF5B: hue angle of 90.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84AF5B is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 91 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.31 |
| HSL | 90.71º | 0.34% | 0.52% | - |
| HSV(B) | 90.71º | 0.48% | 0.69% | - |
| XYZ | 26.73 | 36.32 | 15.5 | - |
| YUV | 152.57 | 93.25 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 91 | 0.25 | 0 | 0.48 | 0.31 | 90.71 | 0.34 | 0.52 |
| Hex | 84 | AF | 5B | 19 | 0 | 30 | 1F | 5B | 22 | 34 |
| Octal | 204 | 257 | 133 | 31 | 0 | 60 | 37 | 133 | 42 | 64 |
| Binary | 10000100 | 10101111 | 1011011 | 11001 | 0 | 110000 | 11111 | 1011011 | 100010 | 110100 |
Color Harmonies of #84AF5B
Complementary color
Monochromatic Colors of #84AF5B
Black with #84AF5B
Text Example
Text Example
White with #84AF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF5B; }
p { color: rgb(132,175,91); }
H1.HeaderClassName
{
color: #84AF5B;
}
.AnyTagClassName
{
color: #84AF5B;
}
</style>
background-color css
<style>
a { background-color: #84AF5B; }
a { background-color: rgb(132,175,91); }
div.DivClassName
{
background-color: #84AF5B;
}
.BgClassName
{
background-color: #84AF5B;
}
</style>
border-color css
<style>
span { border-color: #84AF5B; }
span { border-color: rgb(132,175,91); }
td.TdClassName
{
border-color: #84AF5B;
}
.TagClassName
{
border-color: #84AF5B;
}
</style>