#8CAB61

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

Shades of Chelsea Cucumber #8CAB61

Tints of Chelsea Cucumber #8CAB61

Color information

#8CAB61 (or 0x8CAB61) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AB and 61. RGB value is (140,171,97). Sum of RGB (Red+Green+Blue) = 140+171+97=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB61 is #73549E. Grayscale: #999999. Windows color (decimal): -7558303 or 6400908. OLE color: 6400908.

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

Color convert

RGB14017197-
CMYK0.1800.430.33
HSL85.14º30.58%52.55%-
HSV(B)85.14º43.27%67.06%-
XYZ27.5435.5616.72-
YUV153.2996.23118.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.31%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 97 (38.28% from 255) = 23.77%
R=34.31%
G=41.91%
B=23.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140171970.1800.430.3385.1430.5852.55
Hex8CAB611202B21551f35
Octal21425314122053411253765
Binary10001100101010111100001100100101011100001101010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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