#8CA566

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

Shades of Chelsea Cucumber #8CA566

Tints of Chelsea Cucumber #8CA566

Color information

#8CA566 (or 0x8CA566) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A5 and 66. RGB value is (140,165,102). Sum of RGB (Red+Green+Blue) = 140+165+102=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA566 is #735A99. Grayscale: #969696. Windows color (decimal): -7559834 or 6727052. OLE color: 6727052.

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

Color convert

RGB140165102-
CMYK0.1500.380.35
HSL83.81º25.93%52.35%-
HSV(B)83.81º38.18%64.71%-
XYZ26.6733.4517.62-
YUV150.34100.72120.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=34.40%
G=40.54%
B=25.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401651020.1500.380.3583.8125.9352.35
Hex8CA566F02623541a34
Octal21424514617046431243264
Binary1000110010100101110011011110100110100011101010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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