Shades of Chelsea Cucumber #8CAE5D
Tints of Chelsea Cucumber #8CAE5D
RGB
CMYK
RGB Variations
Color information
#8CAE5D (or 0x8CAE5D) is known color: Chelsea Cucumber. HEX triplet: 8C, AE and 5D. RGB value is (140,174,93). Sum of RGB (Red+Green+Blue) = 140+174+93=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAE5D is #7351A2. Grayscale: #9A9A9A. Windows color (decimal): -7557539 or 6139532. OLE color: 6139532.
HSL color Cylindrical-coordinate representation of color #8CAE5D: hue angle of 85.19º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CAE5D is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 93 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.32 |
| HSL | 85.19º | 0.33% | 0.52% | - |
| HSV(B) | 85.19º | 0.47% | 0.68% | - |
| XYZ | 27.93 | 36.64 | 15.96 | - |
| YUV | 154.6 | 93.24 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 93 | 0.20 | 0 | 0.47 | 0.32 | 85.19 | 0.33 | 0.52 |
| Hex | 8C | AE | 5D | 14 | 0 | 2F | 20 | 55 | 21 | 34 |
| Octal | 214 | 256 | 135 | 24 | 0 | 57 | 40 | 125 | 41 | 64 |
| Binary | 10001100 | 10101110 | 1011101 | 10100 | 0 | 101111 | 100000 | 1010101 | 100001 | 110100 |
Color Harmonies of #8CAE5D
Complementary color
Monochromatic Colors of #8CAE5D
Black with #8CAE5D
Text Example
Text Example
White with #8CAE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAE5D; }
p { color: rgb(140,174,93); }
H1.HeaderClassName
{
color: #8CAE5D;
}
.AnyTagClassName
{
color: #8CAE5D;
}
</style>
background-color css
<style>
a { background-color: #8CAE5D; }
a { background-color: rgb(140,174,93); }
div.DivClassName
{
background-color: #8CAE5D;
}
.BgClassName
{
background-color: #8CAE5D;
}
</style>
border-color css
<style>
span { border-color: #8CAE5D; }
span { border-color: rgb(140,174,93); }
td.TdClassName
{
border-color: #8CAE5D;
}
.TagClassName
{
border-color: #8CAE5D;
}
</style>