Shades of Chelsea Cucumber #8CA261
Tints of Chelsea Cucumber #8CA261
RGB
CMYK
RGB Variations
Color information
#8CA261 (or 0x8CA261) is known color: Chelsea Cucumber. HEX triplet: 8C, A2 and 61. RGB value is (140,162,97). Sum of RGB (Red+Green+Blue) = 140+162+97=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA261 is #735D9E. Grayscale: #949494. Windows color (decimal): -7560607 or 6398604. OLE color: 6398604.
HSL color Cylindrical-coordinate representation of color #8CA261: hue angle of 80.31º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CA261 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 97 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.36 |
| HSL | 80.31º | 0.26% | 0.51% | - |
| HSV(B) | 80.31º | 0.4% | 0.64% | - |
| XYZ | 25.89 | 32.28 | 16.18 | - |
| YUV | 148.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 97 | 0.14 | 0 | 0.40 | 0.36 | 80.31 | 0.26 | 0.51 |
| Hex | 8C | A2 | 61 | E | 0 | 28 | 24 | 50 | 1A | 33 |
| Octal | 214 | 242 | 141 | 16 | 0 | 50 | 44 | 120 | 32 | 63 |
| Binary | 10001100 | 10100010 | 1100001 | 1110 | 0 | 101000 | 100100 | 1010000 | 11010 | 110011 |
Color Harmonies of #8CA261
Complementary color
Monochromatic Colors of #8CA261
Black with #8CA261
Text Example
Text Example
White with #8CA261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA261; }
p { color: rgb(140,162,97); }
H1.HeaderClassName
{
color: #8CA261;
}
.AnyTagClassName
{
color: #8CA261;
}
</style>
background-color css
<style>
a { background-color: #8CA261; }
a { background-color: rgb(140,162,97); }
div.DivClassName
{
background-color: #8CA261;
}
.BgClassName
{
background-color: #8CA261;
}
</style>
border-color css
<style>
span { border-color: #8CA261; }
span { border-color: rgb(140,162,97); }
td.TdClassName
{
border-color: #8CA261;
}
.TagClassName
{
border-color: #8CA261;
}
</style>