#8E9282

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

Shades of Sage #8E9282

Tints of Sage #8E9282

Color information

#8E9282 (or 0x8E9282) is unknown color: approx Sage. HEX triplet: 8E, 92 and 82. RGB value is (142,146,130). Sum of RGB (Red+Green+Blue) = 142+146+130=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9282 is #716D7D. Grayscale: #8F8F8F. Windows color (decimal): -7433598 or 8557198. OLE color: 8557198.

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

Color convert

RGB142146130-
CMYK0.0300.110.43
HSL75º6.84%54.12%-
HSV(B)75º10.96%57.25%-
XYZ25.4627.9225.17-
YUV142.98120.67127.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.97%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 130 (51.17% from 255) = 31.10%
R=33.97%
G=34.93%
B=31.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421461300.0300.110.43756.8454.12
Hex8E928230B2B4b736
Octal216222202301353113766
Binary10001110100100101000001011010111010111001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,146,130); }

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

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

 a { background-color: rgb(142,146,130); }

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

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

 span { border-color: rgb(142,146,130); }

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