#8CA66C

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

Shades of Chelsea Cucumber #8CA66C

Tints of Chelsea Cucumber #8CA66C

Color information

#8CA66C (or 0x8CA66C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A6 and 6C. RGB value is (140,166,108). Sum of RGB (Red+Green+Blue) = 140+166+108=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA66C is #735993. Grayscale: #979797. Windows color (decimal): -7559572 or 7120524. OLE color: 7120524.

HSL color Cylindrical-coordinate representation of color #8CA66C: hue angle of 86.9º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CA66C is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB140166108-
CMYK0.1600.350.35
HSL86.9º24.58%53.73%-
HSV(B)86.9º34.94%65.1%-
XYZ27.1633.9319.31-
YUV151.61103.39119.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.82%
GREEN value IS 166 (65.23% from 255) = 40.10%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=33.82%
G=40.10%
B=26.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401661080.1600.350.3586.924.5853.73
Hex8CA66C1002323571936
Octal21424615420043431273166
Binary10001100101001101101100100000100011100011101011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,166,108); }

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

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

 a { background-color: rgb(140,166,108); }

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

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

 span { border-color: rgb(140,166,108); }

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