#8D9182

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

Shades of Sage #8D9182

Tints of Sage #8D9182

Color information

#8D9182 (or 0x8D9182) is unknown color: approx Sage. HEX triplet: 8D, 91 and 82. RGB value is (141,145,130). Sum of RGB (Red+Green+Blue) = 141+145+130=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 145 - color contains mainly: green. Hex color #8D9182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9182 is #726E7D. Grayscale: #8E8E8E. Windows color (decimal): -7499390 or 8556941. OLE color: 8556941.

HSL color Cylindrical-coordinate representation of color #8D9182: hue angle of 76º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D9182 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB141145130-
CMYK0.0300.100.43
HSL76º6.38%53.92%-
HSV(B)76º10.34%56.86%-
XYZ25.1427.5325.11-
YUV142.09121.17127.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.89%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=33.89%
G=34.86%
B=31.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1411451300.0300.100.43766.3853.92
Hex8D918230A2B4c636
Octal215221202301253114666
Binary10001101100100011000001011010101010111001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,145,130); }

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

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

 a { background-color: rgb(141,145,130); }

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

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

 span { border-color: rgb(141,145,130); }

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