#8CA563

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

Shades of Chelsea Cucumber #8CA563

Tints of Chelsea Cucumber #8CA563

Color information

#8CA563 (or 0x8CA563) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A5 and 63. RGB value is (140,165,99). Sum of RGB (Red+Green+Blue) = 140+165+99=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA563 is #735A9C. Grayscale: #969696. Windows color (decimal): -7559837 or 6530444. OLE color: 6530444.

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

Color convert

RGB14016599-
CMYK0.1500.400.35
HSL82.73º26.83%51.76%-
HSV(B)82.73º40%64.71%-
XYZ26.5233.3916.85-
YUV15099.22120.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.65%
GREEN value IS 165 (64.84% from 255) = 40.84%
BLUE value IS 99 (39.06% from 255) = 24.50%
R=34.65%
G=40.84%
B=24.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140165990.1500.400.3582.7326.8351.76
Hex8CA563F02823531b34
Octal21424514317050431233364
Binary1000110010100101110001111110101000100011101001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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