#8BA582

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

Shades of Mantle #8BA582

Tints of Mantle #8BA582

Color information

#8BA582 (or 0x8BA582) is unknown color: approx Mantle. HEX triplet: 8B, A5 and 82. RGB value is (139,165,130). Sum of RGB (Red+Green+Blue) = 139+165+130=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA582 is #745A7D. Grayscale: #999999. Windows color (decimal): -7625342 or 8562059. OLE color: 8562059.

HSL color Cylindrical-coordinate representation of color #8BA582: hue angle of 104.57º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BA582 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB139165130-
CMYK0.1600.210.35
HSL104.57º16.28%57.84%-
HSV(B)104.57º21.21%64.71%-
XYZ28.1334.0126.2-
YUV153.24114.89117.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.03%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=32.03%
G=38.02%
B=29.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1391651300.1600.210.35104.5716.2857.84
Hex8BA582100152369103a
Octal21324520220025431512072
Binary10001011101001011000001010000010101100011110100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,165,130); }

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

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

 a { background-color: rgb(139,165,130); }

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

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

 span { border-color: rgb(139,165,130); }

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