Shades of Chelsea Cucumber #8CA162
Tints of Chelsea Cucumber #8CA162
RGB
CMYK
RGB Variations
Color information
#8CA162 (or 0x8CA162) is known color: Chelsea Cucumber. HEX triplet: 8C, A1 and 62. RGB value is (140,161,98). Sum of RGB (Red+Green+Blue) = 140+161+98=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA162 is #735E9D. Grayscale: #939393. Windows color (decimal): -7560862 or 6463884. OLE color: 6463884.
HSL color Cylindrical-coordinate representation of color #8CA162: hue angle of 80º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CA162 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 161 | 98 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.37 |
| HSL | 80º | 0.25% | 0.51% | - |
| HSV(B) | 80º | 0.39% | 0.63% | - |
| XYZ | 25.76 | 31.95 | 16.36 | - |
| YUV | 147.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 161 | 98 | 0.13 | 0 | 0.39 | 0.37 | 80 | 0.25 | 0.51 |
| Hex | 8C | A1 | 62 | D | 0 | 27 | 25 | 50 | 19 | 33 |
| Octal | 214 | 241 | 142 | 15 | 0 | 47 | 45 | 120 | 31 | 63 |
| Binary | 10001100 | 10100001 | 1100010 | 1101 | 0 | 100111 | 100101 | 1010000 | 11001 | 110011 |
Color Harmonies of #8CA162
Complementary color
Monochromatic Colors of #8CA162
Black with #8CA162
Text Example
Text Example
White with #8CA162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA162; }
p { color: rgb(140,161,98); }
H1.HeaderClassName
{
color: #8CA162;
}
.AnyTagClassName
{
color: #8CA162;
}
</style>
background-color css
<style>
a { background-color: #8CA162; }
a { background-color: rgb(140,161,98); }
div.DivClassName
{
background-color: #8CA162;
}
.BgClassName
{
background-color: #8CA162;
}
</style>
border-color css
<style>
span { border-color: #8CA162; }
span { border-color: rgb(140,161,98); }
td.TdClassName
{
border-color: #8CA162;
}
.TagClassName
{
border-color: #8CA162;
}
</style>