Shades of Chelsea Cucumber #8CA161
Tints of Chelsea Cucumber #8CA161
RGB
CMYK
RGB Variations
Color information
#8CA161 (or 0x8CA161) is known color: Chelsea Cucumber. HEX triplet: 8C, A1 and 61. RGB value is (140,161,97). Sum of RGB (Red+Green+Blue) = 140+161+97=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA161 is #735E9E. Grayscale: #939393. Windows color (decimal): -7560863 or 6398348. OLE color: 6398348.
HSL color Cylindrical-coordinate representation of color #8CA161: hue angle of 79.69º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CA161 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 161 | 97 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.37 |
| HSL | 79.69º | 0.25% | 0.51% | - |
| HSV(B) | 79.69º | 0.4% | 0.63% | - |
| XYZ | 25.72 | 31.93 | 16.12 | - |
| YUV | 147.43 | 99.54 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 161 | 97 | 0.13 | 0 | 0.40 | 0.37 | 79.69 | 0.25 | 0.51 |
| Hex | 8C | A1 | 61 | D | 0 | 28 | 25 | 50 | 19 | 33 |
| Octal | 214 | 241 | 141 | 15 | 0 | 50 | 45 | 120 | 31 | 63 |
| Binary | 10001100 | 10100001 | 1100001 | 1101 | 0 | 101000 | 100101 | 1010000 | 11001 | 110011 |
Color Harmonies of #8CA161
Complementary color
Monochromatic Colors of #8CA161
Black with #8CA161
Text Example
Text Example
White with #8CA161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA161; }
p { color: rgb(140,161,97); }
H1.HeaderClassName
{
color: #8CA161;
}
.AnyTagClassName
{
color: #8CA161;
}
</style>
background-color css
<style>
a { background-color: #8CA161; }
a { background-color: rgb(140,161,97); }
div.DivClassName
{
background-color: #8CA161;
}
.BgClassName
{
background-color: #8CA161;
}
</style>
border-color css
<style>
span { border-color: #8CA161; }
span { border-color: rgb(140,161,97); }
td.TdClassName
{
border-color: #8CA161;
}
.TagClassName
{
border-color: #8CA161;
}
</style>