#8CA471

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

Shades of Chelsea Cucumber #8CA471

Tints of Chelsea Cucumber #8CA471

Color information

#8CA471 (or 0x8CA471) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A4 and 71. RGB value is (140,164,113). Sum of RGB (Red+Green+Blue) = 140+164+113=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA471 is #735B8E. Grayscale: #979797. Windows color (decimal): -7560079 or 7447692. OLE color: 7447692.

HSL color Cylindrical-coordinate representation of color #8CA471: hue angle of 88.24º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CA471 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB140164113-
CMYK0.1500.310.36
HSL88.24º21.89%54.31%-
HSV(B)88.24º31.1%64.31%-
XYZ27.0733.3220.63-
YUV151.01106.55120.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 164 (64.45% from 255) = 39.33%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=33.57%
G=39.33%
B=27.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401641130.1500.310.3688.2421.8954.31
Hex8CA471F01F24581636
Octal21424416117037441302666
Binary100011001010010011100011111011111100100101100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,164,113); }

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

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

 a { background-color: rgb(140,164,113); }

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

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

 span { border-color: rgb(140,164,113); }

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