#8CA56D

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

Shades of Chelsea Cucumber #8CA56D

Tints of Chelsea Cucumber #8CA56D

Color information

#8CA56D (or 0x8CA56D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A5 and 6D. RGB value is (140,165,109). Sum of RGB (Red+Green+Blue) = 140+165+109=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA56D is #735A92. Grayscale: #979797. Windows color (decimal): -7559827 or 7185804. OLE color: 7185804.

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

Color convert

RGB140165109-
CMYK0.1500.340.35
HSL86.79º23.73%53.73%-
HSV(B)86.79º33.94%64.71%-
XYZ27.0333.5919.53-
YUV151.14104.22120.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.82%
GREEN value IS 165 (64.84% from 255) = 39.86%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=33.82%
G=39.86%
B=26.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401651090.1500.340.3586.7923.7353.73
Hex8CA56DF02223571836
Octal21424515517042431273066
Binary1000110010100101110110111110100010100011101011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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