Shades of Chelsea Cucumber #8CA561
Tints of Chelsea Cucumber #8CA561
RGB
CMYK
RGB Variations
Color information
#8CA561 (or 0x8CA561) is known color: Chelsea Cucumber. HEX triplet: 8C, A5 and 61. RGB value is (140,165,97). Sum of RGB (Red+Green+Blue) = 140+165+97=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA561 is #735A9E. Grayscale: #969696. Windows color (decimal): -7559839 or 6399372. OLE color: 6399372.
HSL color Cylindrical-coordinate representation of color #8CA561: hue angle of 82.06º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CA561 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 165 | 97 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.35 |
| HSL | 82.06º | 0.27% | 0.51% | - |
| HSV(B) | 82.06º | 0.41% | 0.65% | - |
| XYZ | 26.43 | 33.35 | 16.35 | - |
| YUV | 149.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 165 | 97 | 0.15 | 0 | 0.41 | 0.35 | 82.06 | 0.27 | 0.51 |
| Hex | 8C | A5 | 61 | F | 0 | 29 | 23 | 52 | 1B | 33 |
| Octal | 214 | 245 | 141 | 17 | 0 | 51 | 43 | 122 | 33 | 63 |
| Binary | 10001100 | 10100101 | 1100001 | 1111 | 0 | 101001 | 100011 | 1010010 | 11011 | 110011 |
Color Harmonies of #8CA561
Complementary color
Monochromatic Colors of #8CA561
Black with #8CA561
Text Example
Text Example
White with #8CA561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA561; }
p { color: rgb(140,165,97); }
H1.HeaderClassName
{
color: #8CA561;
}
.AnyTagClassName
{
color: #8CA561;
}
</style>
background-color css
<style>
a { background-color: #8CA561; }
a { background-color: rgb(140,165,97); }
div.DivClassName
{
background-color: #8CA561;
}
.BgClassName
{
background-color: #8CA561;
}
</style>
border-color css
<style>
span { border-color: #8CA561; }
span { border-color: rgb(140,165,97); }
td.TdClassName
{
border-color: #8CA561;
}
.TagClassName
{
border-color: #8CA561;
}
</style>