#8CAB6A

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

Shades of Chelsea Cucumber #8CAB6A

Tints of Chelsea Cucumber #8CAB6A

Color information

#8CAB6A (or 0x8CAB6A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AB and 6A. RGB value is (140,171,106). Sum of RGB (Red+Green+Blue) = 140+171+106=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB6A is #735495. Grayscale: #9A9A9A. Windows color (decimal): -7558294 or 6990732. OLE color: 6990732.

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

Color convert

RGB140171106-
CMYK0.1800.380.33
HSL88.62º27.9%54.31%-
HSV(B)88.62º38.01%67.06%-
XYZ27.9835.7419.06-
YUV154.32100.73117.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=33.57%
G=41.01%
B=25.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401711060.1800.380.3388.6227.954.31
Hex8CAB6A1202621591c36
Octal21425315222046411313466
Binary10001100101010111101010100100100110100001101100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,171,106); }

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

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

 a { background-color: rgb(140,171,106); }

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

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

 span { border-color: rgb(140,171,106); }

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