Shades of Chelsea Cucumber #8CA272
Tints of Chelsea Cucumber #8CA272
RGB
CMYK
RGB Variations
Color information
#8CA272 (or 0x8CA272) is known color: Chelsea Cucumber. HEX triplet: 8C, A2 and 72. RGB value is (140,162,114). Sum of RGB (Red+Green+Blue) = 140+162+114=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA272 is #735D8D. Grayscale: #969696. Windows color (decimal): -7560590 or 7512716. OLE color: 7512716.
HSL color Cylindrical-coordinate representation of color #8CA272: hue angle of 87.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CA272 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 114 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.36 |
| HSL | 87.5º | 0.21% | 0.54% | - |
| HSV(B) | 87.5º | 0.3% | 0.64% | - |
| XYZ | 26.77 | 32.63 | 20.81 | - |
| YUV | 149.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 114 | 0.14 | 0 | 0.30 | 0.36 | 87.5 | 0.21 | 0.54 |
| Hex | 8C | A2 | 72 | E | 0 | 1E | 24 | 57 | 15 | 36 |
| Octal | 214 | 242 | 162 | 16 | 0 | 36 | 44 | 127 | 25 | 66 |
| Binary | 10001100 | 10100010 | 1110010 | 1110 | 0 | 11110 | 100100 | 1010111 | 10101 | 110110 |
Color Harmonies of #8CA272
Complementary color
Monochromatic Colors of #8CA272
Black with #8CA272
Text Example
Text Example
White with #8CA272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA272; }
p { color: rgb(140,162,114); }
H1.HeaderClassName
{
color: #8CA272;
}
.AnyTagClassName
{
color: #8CA272;
}
</style>
background-color css
<style>
a { background-color: #8CA272; }
a { background-color: rgb(140,162,114); }
div.DivClassName
{
background-color: #8CA272;
}
.BgClassName
{
background-color: #8CA272;
}
</style>
border-color css
<style>
span { border-color: #8CA272; }
span { border-color: rgb(140,162,114); }
td.TdClassName
{
border-color: #8CA272;
}
.TagClassName
{
border-color: #8CA272;
}
</style>