#8CAB68

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

Shades of Chelsea Cucumber #8CAB68

Tints of Chelsea Cucumber #8CAB68

Color information

#8CAB68 (or 0x8CAB68) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AB and 68. RGB value is (140,171,104). Sum of RGB (Red+Green+Blue) = 140+171+104=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB68 is #735497. Grayscale: #9A9A9A. Windows color (decimal): -7558296 or 6859660. OLE color: 6859660.

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

Color convert

RGB140171104-
CMYK0.1800.390.33
HSL87.76º28.51%53.92%-
HSV(B)87.76º39.18%67.06%-
XYZ27.8835.718.52-
YUV154.0999.73117.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.73%
GREEN value IS 171 (67.19% from 255) = 41.20%
BLUE value IS 104 (41.02% from 255) = 25.06%
R=33.73%
G=41.20%
B=25.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401711040.1800.390.3387.7628.5153.92
Hex8CAB681202721581d36
Octal21425315022047411303566
Binary10001100101010111101000100100100111100001101100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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