#8CAB88

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

Shades of Mantle #8CAB88

Tints of Mantle #8CAB88

Color information

#8CAB88 (or 0x8CAB88) is unknown color: approx Mantle. HEX triplet: 8C, AB and 88. RGB value is (140,171,136). Sum of RGB (Red+Green+Blue) = 140+171+136=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAB88 is #735477. Grayscale: #9D9D9D. Windows color (decimal): -7558264 or 8956812. OLE color: 8956812.

HSL color Cylindrical-coordinate representation of color #8CAB88: hue angle of 113.14º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAB88 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB140171136-
CMYK0.1800.200.33
HSL113.14º17.24%60.2%-
HSV(B)113.14º20.47%67.06%-
XYZ29.8236.4828.76-
YUV157.74115.73115.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 136 (53.52% from 255) = 30.43%
R=31.32%
G=38.26%
B=30.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401711360.1800.200.33113.1417.2460.2
Hex8CAB88120142171113c
Octal21425321022024411612174
Binary10001100101010111000100010010010100100001111000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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