#8BA288

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

Shades of Mantle #8BA288

Tints of Mantle #8BA288

Color information

#8BA288 (or 0x8BA288) is unknown color: approx Mantle. HEX triplet: 8B, A2 and 88. RGB value is (139,162,136). Sum of RGB (Red+Green+Blue) = 139+162+136=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA288 is #745D77. Grayscale: #989898. Windows color (decimal): -7626104 or 8954507. OLE color: 8954507.

HSL color Cylindrical-coordinate representation of color #8BA288: hue angle of 113.08º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8BA288 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB139162136-
CMYK0.1400.160.36
HSL113.08º12.26%58.43%-
HSV(B)113.08º16.05%63.53%-
XYZ28.0133.1128.21-
YUV152.16118.88118.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 162 (63.67% from 255) = 37.07%
BLUE value IS 136 (53.52% from 255) = 31.12%
R=31.81%
G=37.07%
B=31.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391621360.1400.160.36113.0812.2658.43
Hex8BA288E0102471c3a
Octal21324221016020441611472
Binary100010111010001010001000111001000010010011100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,162,136); }

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

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

 a { background-color: rgb(139,162,136); }

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

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

 span { border-color: rgb(139,162,136); }

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