#89927B

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

Shades of Sage #89927B

Tints of Sage #89927B

Color information

#89927B (or 0x89927B) is unknown color: approx Sage. HEX triplet: 89, 92 and 7B. RGB value is (137,146,123). Sum of RGB (Red+Green+Blue) = 137+146+123=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #89927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89927B is #766D84. Grayscale: #8C8C8C. Windows color (decimal): -7761285 or 8098441. OLE color: 8098441.

HSL color Cylindrical-coordinate representation of color #89927B: hue angle of 83.48º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89927B is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB137146123-
CMYK0.0600.160.43
HSL83.48º9.54%52.75%-
HSV(B)83.48º15.75%57.25%-
XYZ24.1727.3122.74-
YUV140.69118.02125.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=33.74%
G=35.96%
B=30.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371461230.0600.160.4383.489.5452.75
Hex89927B60102B53a35
Octal2112221736020531231265
Binary1000100110010010111101111001000010101110100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89927B; }

 p { color: rgb(137,146,123); }

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

<style>
 a { background-color: #89927B; }

 a { background-color: rgb(137,146,123); }

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

<style>
 span { border-color: #89927B; }

 span { border-color: rgb(137,146,123); }

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