#8CB480

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

Shades of Mantle #8CB480

Tints of Mantle #8CB480

Color information

#8CB480 (or 0x8CB480) is unknown color: approx Mantle. HEX triplet: 8C, B4 and 80. RGB value is (140,180,128). Sum of RGB (Red+Green+Blue) = 140+180+128=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB480 is #734B7F. Grayscale: #A2A2A2. Windows color (decimal): -7555968 or 8434828. OLE color: 8434828.

HSL color Cylindrical-coordinate representation of color #8CB480: hue angle of 106.15º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CB480 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB140180128-
CMYK0.2200.290.29
HSL106.15º25.74%60.39%-
HSV(B)106.15º28.89%70.59%-
XYZ31.0339.7826.46-
YUV162.11108.75112.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.25%
GREEN value IS 180 (70.70% from 255) = 40.18%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=31.25%
G=40.18%
B=28.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401801280.2200.290.29106.1525.7460.39
Hex8CB4801601D1D6a1a3c
Octal21426420026035351523274
Binary1000110010110100100000001011001110111101110101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,180,128); }

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

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

 a { background-color: rgb(140,180,128); }

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

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

 span { border-color: rgb(140,180,128); }

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