#8CAC49

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

Shades of Chelsea Cucumber #8CAC49

Tints of Chelsea Cucumber #8CAC49

Color information

#8CAC49 (or 0x8CAC49) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AC and 49. RGB value is (140,172,73). Sum of RGB (Red+Green+Blue) = 140+172+73=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC49 is #7353B6. Grayscale: #979797. Windows color (decimal): -7558071 or 4828300. OLE color: 4828300.

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

Color convert

RGB14017273-
CMYK0.1900.580.33
HSL79.39º40.41%48.04%-
HSV(B)79.39º57.56%67.45%-
XYZ26.7735.5611.76-
YUV151.1583.9120.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.36%
GREEN value IS 172 (67.58% from 255) = 44.68%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=36.36%
G=44.68%
B=18.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140172730.1900.580.3379.3940.4148.04
Hex8CAC491303A214f2830
Octal21425411123072411175060
Binary100011001010110010010011001101110101000011001111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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