Html Css Color HEX #89927C Sage

📋 copy color: '#89927C'

red 137 ◦ green 146 ◦ blue 124

#89927C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #89927C

Tints of Sage #89927C

RGB

 RED value IS 137 (53.91% from 255) = 33.66%

 GREEN value IS 146 (57.42% from 255) = 35.87%

 BLUE value IS 124 (48.83% from 255) = 30.47%

R = 33.66%
G = 35.87%
B = 30.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#89927C (or 0x89927C) is known color: Sage. HEX triplet: 89, 92 and 7C. RGB value is (137,146,124). Sum of RGB (Red+Green+Blue) = 137+146+124=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 146 - color contains mainly: green. Hex color #89927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89927C is #766D83. Grayscale: #8C8C8C. Windows color (decimal): -7761284 or 8163977. OLE color: 8163977.

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

Color convert

RGB 137 146 124 -
CMYK 0.06 0 0.15 0.43
HSL 84.55º 0.09% 0.53% -
HSV(B) 84.55º 0.15% 0.57% -
XYZ 24.23 27.33 23.07 -
YUV 140.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 137 146 124 0.06 0 0.15 0.43 84.55 0.09 0.53
Hex 89 92 7C 6 0 F 2B 55 9 35
Octal 211 222 174 6 0 17 53 125 11 65
Binary 10001001 10010010 1111100 110 0 1111 101011 1010101 1001 110101

Color Harmonies of #89927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89927C

Black with #89927C

Text Example


Text Example

White with #89927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89927C;
 }
 .AnyTagClassName
 {
   color: #89927C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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