#8CAA6D

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

Shades of Chelsea Cucumber #8CAA6D

Tints of Chelsea Cucumber #8CAA6D

Color information

#8CAA6D (or 0x8CAA6D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AA and 6D. RGB value is (140,170,109). Sum of RGB (Red+Green+Blue) = 140+170+109=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA6D is #735592. Grayscale: #9A9A9A. Windows color (decimal): -7558547 or 7187084. OLE color: 7187084.

HSL color Cylindrical-coordinate representation of color #8CAA6D: hue angle of 89.51º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CAA6D is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB140170109-
CMYK0.1800.360.33
HSL89.51º26.41%54.71%-
HSV(B)89.51º35.88%66.67%-
XYZ27.9535.4319.83-
YUV154.08102.56117.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.41%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 109 (42.97% from 255) = 26.01%
R=33.41%
G=40.57%
B=26.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401701090.1800.360.3389.5126.4154.71
Hex8CAA6D12024215a1a37
Octal21425215522044411323267
Binary10001100101010101101101100100100100100001101101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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