Html Css Color HEX #89976E Sage

📋 copy color: '#89976E'

red 137 ◦ green 151 ◦ blue 110

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

Shades of Sage #89976E

Tints of Sage #89976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.94%

 BLUE value IS 110 (43.36% from 255) = 27.64%

R = 34.42%
G = 37.94%
B = 27.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#89976E (or 0x89976E) is known color: Sage. HEX triplet: 89, 97 and 6E. RGB value is (137,151,110). Sum of RGB (Red+Green+Blue) = 137+151+110=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 151 - color contains mainly: green. Hex color #89976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89976E is #766891. Grayscale: #8E8E8E. Windows color (decimal): -7760018 or 7247753. OLE color: 7247753.

HSL color Cylindrical-coordinate representation of color #89976E: hue angle of 80.49º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89976E is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 151 110 -
CMYK 0.09 0 0.27 0.41
HSL 80.49º 0.16% 0.51% -
HSV(B) 80.49º 0.27% 0.59% -
XYZ 24.2 28.58 18.99 -
YUV 142.14 109.86 124.33 -
System Red Green Blue C M Y K H S L
Decimal 137 151 110 0.09 0 0.27 0.41 80.49 0.16 0.51
Hex 89 97 6E 9 0 1B 29 50 10 33
Octal 211 227 156 11 0 33 51 120 20 63
Binary 10001001 10010111 1101110 1001 0 11011 101001 1010000 10000 110011

Color Harmonies of #89976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89976E

Black with #89976E

Text Example


Text Example

White with #89976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89976E; }

 p { color: rgb(137,151,110); }

 H1.HeaderClassName
 {
   color: #89976E;
 }
 .AnyTagClassName
 {
   color: #89976E;
 }
</style>

background-color css

<style>
 a { background-color: #89976E; }

 a { background-color: rgb(137,151,110); }

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

border-color css

<style>
 span { border-color: #89976E; }

 span { border-color: rgb(137,151,110); }

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