Html Css Color HEX #989D73 Sage

📋 copy color: '#989D73'

red 152 ◦ green 157 ◦ blue 115

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

Shades of Sage #989D73

Tints of Sage #989D73

RGB

 RED value IS 152 (59.77% from 255) = 35.85%

 GREEN value IS 157 (61.72% from 255) = 37.03%

 BLUE value IS 115 (45.31% from 255) = 27.12%

R = 35.85%
G = 37.03%
B = 27.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#989D73 (or 0x989D73) is known color: Sage. HEX triplet: 98, 9D and 73. RGB value is (152,157,115). Sum of RGB (Red+Green+Blue) = 152+157+115=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 157 - color contains mainly: green. Hex color #989D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989D73 is #67628C. Grayscale: #969696. Windows color (decimal): -6775437 or 7576984. OLE color: 7576984.

HSL color Cylindrical-coordinate representation of color #989D73: hue angle of 67.14º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #989D73 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 157 115 -
CMYK 0.03 0 0.27 0.38
HSL 67.14º 0.18% 0.53% -
HSV(B) 67.14º 0.27% 0.62% -
XYZ 28.1 32.03 20.92 -
YUV 150.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 152 157 115 0.03 0 0.27 0.38 67.14 0.18 0.53
Hex 98 9D 73 3 0 1B 26 43 12 35
Octal 230 235 163 3 0 33 46 103 22 65
Binary 10011000 10011101 1110011 11 0 11011 100110 1000011 10010 110101

Color Harmonies of #989D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989D73

Black with #989D73

Text Example


Text Example

White with #989D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989D73; }

 p { color: rgb(152,157,115); }

 H1.HeaderClassName
 {
   color: #989D73;
 }
 .AnyTagClassName
 {
   color: #989D73;
 }
</style>

background-color css

<style>
 a { background-color: #989D73; }

 a { background-color: rgb(152,157,115); }

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

border-color css

<style>
 span { border-color: #989D73; }

 span { border-color: rgb(152,157,115); }

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