#8A986C

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

Shades of Sage #8A986C

Tints of Sage #8A986C

Color information

#8A986C (or 0x8A986C) is unknown color: approx Sage. HEX triplet: 8A, 98 and 6C. RGB value is (138,152,108). Sum of RGB (Red+Green+Blue) = 138+152+108=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #8A986C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A986C is #756793. Grayscale: #8E8E8E. Windows color (decimal): -7694228 or 7116938. OLE color: 7116938.

HSL color Cylindrical-coordinate representation of color #8A986C: hue angle of 79.09º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A986C is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB138152108-
CMYK0.0900.290.40
HSL79.09º17.6%50.98%-
HSV(B)79.09º28.95%59.61%-
XYZ24.4228.9418.49-
YUV142.8108.36124.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.67%
GREEN value IS 152 (59.77% from 255) = 38.19%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=34.67%
G=38.19%
B=27.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1381521080.0900.290.4079.0917.650.98
Hex8A986C901D284f1233
Octal21223015411035501172263
Binary100010101001100011011001001011101101000100111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,152,108); }

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

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

 a { background-color: rgb(138,152,108); }

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

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

 span { border-color: rgb(138,152,108); }

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