Shades of Chelsea Cucumber #8CA546
Tints of Chelsea Cucumber #8CA546
RGB
CMYK
RGB Variations
Color information
#8CA546 (or 0x8CA546) is known color: Chelsea Cucumber. HEX triplet: 8C, A5 and 46. RGB value is (140,165,70). Sum of RGB (Red+Green+Blue) = 140+165+70=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA546 is #735AB9. Grayscale: #939393. Windows color (decimal): -7559866 or 4629900. OLE color: 4629900.
HSL color Cylindrical-coordinate representation of color #8CA546: hue angle of 75.79º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CA546 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 165 | 70 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.35 |
| HSL | 75.79º | 0.4% | 0.46% | - |
| HSV(B) | 75.79º | 0.58% | 0.65% | - |
| XYZ | 25.38 | 32.93 | 10.81 | - |
| YUV | 146.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 165 | 70 | 0.15 | 0 | 0.58 | 0.35 | 75.79 | 0.4 | 0.46 |
| Hex | 8C | A5 | 46 | F | 0 | 3A | 23 | 4C | 28 | 2E |
| Octal | 214 | 245 | 106 | 17 | 0 | 72 | 43 | 114 | 50 | 56 |
| Binary | 10001100 | 10100101 | 1000110 | 1111 | 0 | 111010 | 100011 | 1001100 | 101000 | 101110 |
Color Harmonies of #8CA546
Complementary color
Monochromatic Colors of #8CA546
Black with #8CA546
Text Example
Text Example
White with #8CA546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA546; }
p { color: rgb(140,165,70); }
H1.HeaderClassName
{
color: #8CA546;
}
.AnyTagClassName
{
color: #8CA546;
}
</style>
background-color css
<style>
a { background-color: #8CA546; }
a { background-color: rgb(140,165,70); }
div.DivClassName
{
background-color: #8CA546;
}
.BgClassName
{
background-color: #8CA546;
}
</style>
border-color css
<style>
span { border-color: #8CA546; }
span { border-color: rgb(140,165,70); }
td.TdClassName
{
border-color: #8CA546;
}
.TagClassName
{
border-color: #8CA546;
}
</style>