#8CAB60

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

Shades of Chelsea Cucumber #8CAB60

Tints of Chelsea Cucumber #8CAB60

Color information

#8CAB60 (or 0x8CAB60) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AB and 60. RGB value is (140,171,96). Sum of RGB (Red+Green+Blue) = 140+171+96=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB60 is #73549F. Grayscale: #999999. Windows color (decimal): -7558304 or 6335372. OLE color: 6335372.

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

Color convert

RGB14017196-
CMYK0.1800.440.33
HSL84.8º30.86%52.35%-
HSV(B)84.8º43.86%67.06%-
XYZ27.4935.5516.48-
YUV153.1895.73118.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 171 (67.19% from 255) = 42.01%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=34.40%
G=42.01%
B=23.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140171960.1800.440.3384.830.8652.35
Hex8CAB601202C21551f34
Octal21425314022054411253764
Binary10001100101010111100000100100101100100001101010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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