Shades of Chelsea Cucumber #8CAC57
Tints of Chelsea Cucumber #8CAC57
RGB
CMYK
RGB Variations
Color information
#8CAC57 (or 0x8CAC57) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 57. RGB value is (140,172,87). Sum of RGB (Red+Green+Blue) = 140+172+87=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC57 is #7353A8. Grayscale: #999999. Windows color (decimal): -7558057 or 5745804. OLE color: 5745804.
HSL color Cylindrical-coordinate representation of color #8CAC57: hue angle of 82.59º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CAC57 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 87 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.33 |
| HSL | 82.59º | 0.34% | 0.51% | - |
| HSV(B) | 82.59º | 0.49% | 0.67% | - |
| XYZ | 27.29 | 35.77 | 14.48 | - |
| YUV | 152.74 | 90.9 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 87 | 0.19 | 0 | 0.49 | 0.33 | 82.59 | 0.34 | 0.51 |
| Hex | 8C | AC | 57 | 13 | 0 | 31 | 21 | 53 | 22 | 33 |
| Octal | 214 | 254 | 127 | 23 | 0 | 61 | 41 | 123 | 42 | 63 |
| Binary | 10001100 | 10101100 | 1010111 | 10011 | 0 | 110001 | 100001 | 1010011 | 100010 | 110011 |
Color Harmonies of #8CAC57
Complementary color
Monochromatic Colors of #8CAC57
Black with #8CAC57
Text Example
Text Example
White with #8CAC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC57; }
p { color: rgb(140,172,87); }
H1.HeaderClassName
{
color: #8CAC57;
}
.AnyTagClassName
{
color: #8CAC57;
}
</style>
background-color css
<style>
a { background-color: #8CAC57; }
a { background-color: rgb(140,172,87); }
div.DivClassName
{
background-color: #8CAC57;
}
.BgClassName
{
background-color: #8CAC57;
}
</style>
border-color css
<style>
span { border-color: #8CAC57; }
span { border-color: rgb(140,172,87); }
td.TdClassName
{
border-color: #8CAC57;
}
.TagClassName
{
border-color: #8CAC57;
}
</style>