#8CA26D

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

Shades of Chelsea Cucumber #8CA26D

Tints of Chelsea Cucumber #8CA26D

Color information

#8CA26D (or 0x8CA26D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A2 and 6D. RGB value is (140,162,109). Sum of RGB (Red+Green+Blue) = 140+162+109=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA26D is #735D92. Grayscale: #959595. Windows color (decimal): -7560595 or 7185036. OLE color: 7185036.

HSL color Cylindrical-coordinate representation of color #8CA26D: hue angle of 84.91º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CA26D is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB140162109-
CMYK0.1400.330.36
HSL84.91º22.18%53.14%-
HSV(B)84.91º32.72%63.53%-
XYZ26.532.5219.35-
YUV149.38105.21121.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.06%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=34.06%
G=39.42%
B=26.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401621090.1400.330.3684.9122.1853.14
Hex8CA26DE02124551635
Octal21424215516041441252665
Binary1000110010100010110110111100100001100100101010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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