#8CA666

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

Shades of Chelsea Cucumber #8CA666

Tints of Chelsea Cucumber #8CA666

Color information

#8CA666 (or 0x8CA666) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A6 and 66. RGB value is (140,166,102). Sum of RGB (Red+Green+Blue) = 140+166+102=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA666 is #735999. Grayscale: #979797. Windows color (decimal): -7559578 or 6727308. OLE color: 6727308.

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

Color convert

RGB140166102-
CMYK0.1600.390.35
HSL84.38º26.45%52.55%-
HSV(B)84.38º38.55%65.1%-
XYZ26.8533.8117.68-
YUV150.93100.39120.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.31%
GREEN value IS 166 (65.23% from 255) = 40.69%
BLUE value IS 102 (40.23% from 255) = 25%
R=34.31%
G=40.69%
B=25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401661020.1600.390.3584.3826.4552.55
Hex8CA6661002723541a35
Octal21424614620047431243265
Binary10001100101001101100110100000100111100011101010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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