#8CAC61

Color #8CAC61 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8CAC61

Tints of Chelsea Cucumber #8CAC61

Color information

#8CAC61 (or 0x8CAC61) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AC and 61. RGB value is (140,172,97). Sum of RGB (Red+Green+Blue) = 140+172+97=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC61 is #73539E. Grayscale: #9A9A9A. Windows color (decimal): -7558047 or 6401164. OLE color: 6401164.

HSL color Cylindrical-coordinate representation of color #8CAC61: hue angle of 85.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CAC61 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB14017297-
CMYK0.1900.440.33
HSL85.6º31.12%52.75%-
HSV(B)85.6º43.6%67.45%-
XYZ27.7335.9416.79-
YUV153.8895.9118.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 34.23%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=34.23%
G=42.05%
B=23.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140172970.1900.440.3385.631.1252.75
Hex8CAC611302C21561f35
Octal21425414123054411263765
Binary10001100101011001100001100110101100100001101011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CAC61; }

 p { color: rgb(140,172,97); }

 H1.HeaderClassName
 {
   color: #8CAC61;
 }
 .AnyTagClassName
 {
   color: #8CAC61;
 }
</style>
background-color css

<style>
 a { background-color: #8CAC61; }

 a { background-color: rgb(140,172,97); }

 div.DivClassName
 {
   background-color: #8CAC61;
 }
 .BgClassName
 {
   background-color: #8CAC61;
 }
</style>
border-color css

<style>
 span { border-color: #8CAC61; }

 span { border-color: rgb(140,172,97); }

 td.TdClassName
 {
   border-color: #8CAC61;
 }
 .TagClassName
 {
   border-color: #8CAC61;
 }
</style>