Shades of Chelsea Cucumber #8DAC5B
Tints of Chelsea Cucumber #8DAC5B
RGB
CMYK
RGB Variations
Color information
#8DAC5B (or 0x8DAC5B) is known color: Chelsea Cucumber. HEX triplet: 8D, AC and 5B. RGB value is (141,172,91). Sum of RGB (Red+Green+Blue) = 141+172+91=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC5B is #7253A4. Grayscale: #999999. Windows color (decimal): -7492517 or 6007949. OLE color: 6007949.
HSL color Cylindrical-coordinate representation of color #8DAC5B: hue angle of 82.96º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DAC5B is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 91 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.33 |
| HSL | 82.96º | 0.33% | 0.52% | - |
| HSV(B) | 82.96º | 0.47% | 0.67% | - |
| XYZ | 27.63 | 35.92 | 15.38 | - |
| YUV | 153.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 91 | 0.18 | 0 | 0.47 | 0.33 | 82.96 | 0.33 | 0.52 |
| Hex | 8D | AC | 5B | 12 | 0 | 2F | 21 | 53 | 21 | 34 |
| Octal | 215 | 254 | 133 | 22 | 0 | 57 | 41 | 123 | 41 | 64 |
| Binary | 10001101 | 10101100 | 1011011 | 10010 | 0 | 101111 | 100001 | 1010011 | 100001 | 110100 |
Color Harmonies of #8DAC5B
Complementary color
Monochromatic Colors of #8DAC5B
Black with #8DAC5B
Text Example
Text Example
White with #8DAC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC5B; }
p { color: rgb(141,172,91); }
H1.HeaderClassName
{
color: #8DAC5B;
}
.AnyTagClassName
{
color: #8DAC5B;
}
</style>
background-color css
<style>
a { background-color: #8DAC5B; }
a { background-color: rgb(141,172,91); }
div.DivClassName
{
background-color: #8DAC5B;
}
.BgClassName
{
background-color: #8DAC5B;
}
</style>
border-color css
<style>
span { border-color: #8DAC5B; }
span { border-color: rgb(141,172,91); }
td.TdClassName
{
border-color: #8DAC5B;
}
.TagClassName
{
border-color: #8DAC5B;
}
</style>