Shades of Chelsea Cucumber #8CA451
Tints of Chelsea Cucumber #8CA451
RGB
CMYK
RGB Variations
Color information
#8CA451 (or 0x8CA451) is known color: Chelsea Cucumber. HEX triplet: 8C, A4 and 51. RGB value is (140,164,81). Sum of RGB (Red+Green+Blue) = 140+164+81=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA451 is #735BAE. Grayscale: #939393. Windows color (decimal): -7560111 or 5350540. OLE color: 5350540.
HSL color Cylindrical-coordinate representation of color #8CA451: hue angle of 77.35º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CA451 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 164 | 81 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.36 |
| HSL | 77.35º | 0.34% | 0.48% | - |
| HSV(B) | 77.35º | 0.51% | 0.64% | - |
| XYZ | 25.58 | 32.72 | 12.75 | - |
| YUV | 147.36 | 90.55 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 164 | 81 | 0.15 | 0 | 0.51 | 0.36 | 77.35 | 0.34 | 0.48 |
| Hex | 8C | A4 | 51 | F | 0 | 33 | 24 | 4D | 22 | 30 |
| Octal | 214 | 244 | 121 | 17 | 0 | 63 | 44 | 115 | 42 | 60 |
| Binary | 10001100 | 10100100 | 1010001 | 1111 | 0 | 110011 | 100100 | 1001101 | 100010 | 110000 |
Color Harmonies of #8CA451
Complementary color
Monochromatic Colors of #8CA451
Black with #8CA451
Text Example
Text Example
White with #8CA451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA451; }
p { color: rgb(140,164,81); }
H1.HeaderClassName
{
color: #8CA451;
}
.AnyTagClassName
{
color: #8CA451;
}
</style>
background-color css
<style>
a { background-color: #8CA451; }
a { background-color: rgb(140,164,81); }
div.DivClassName
{
background-color: #8CA451;
}
.BgClassName
{
background-color: #8CA451;
}
</style>
border-color css
<style>
span { border-color: #8CA451; }
span { border-color: rgb(140,164,81); }
td.TdClassName
{
border-color: #8CA451;
}
.TagClassName
{
border-color: #8CA451;
}
</style>