Shades of Chelsea Cucumber #8CAA5C
Tints of Chelsea Cucumber #8CAA5C
RGB
CMYK
RGB Variations
Color information
#8CAA5C (or 0x8CAA5C) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 5C. RGB value is (140,170,92). Sum of RGB (Red+Green+Blue) = 140+170+92=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA5C is #7355A3. Grayscale: #989898. Windows color (decimal): -7558564 or 6072972. OLE color: 6072972.
HSL color Cylindrical-coordinate representation of color #8CAA5C: hue angle of 83.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CAA5C is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 92 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.33 |
| HSL | 83.08º | 0.31% | 0.51% | - |
| HSV(B) | 83.08º | 0.46% | 0.67% | - |
| XYZ | 27.12 | 35.1 | 15.47 | - |
| YUV | 152.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 92 | 0.18 | 0 | 0.46 | 0.33 | 83.08 | 0.31 | 0.51 |
| Hex | 8C | AA | 5C | 12 | 0 | 2E | 21 | 53 | 1F | 33 |
| Octal | 214 | 252 | 134 | 22 | 0 | 56 | 41 | 123 | 37 | 63 |
| Binary | 10001100 | 10101010 | 1011100 | 10010 | 0 | 101110 | 100001 | 1010011 | 11111 | 110011 |
Color Harmonies of #8CAA5C
Complementary color
Monochromatic Colors of #8CAA5C
Black with #8CAA5C
Text Example
Text Example
White with #8CAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA5C; }
p { color: rgb(140,170,92); }
H1.HeaderClassName
{
color: #8CAA5C;
}
.AnyTagClassName
{
color: #8CAA5C;
}
</style>
background-color css
<style>
a { background-color: #8CAA5C; }
a { background-color: rgb(140,170,92); }
div.DivClassName
{
background-color: #8CAA5C;
}
.BgClassName
{
background-color: #8CAA5C;
}
</style>
border-color css
<style>
span { border-color: #8CAA5C; }
span { border-color: rgb(140,170,92); }
td.TdClassName
{
border-color: #8CAA5C;
}
.TagClassName
{
border-color: #8CAA5C;
}
</style>