Html Css Color HEX #989C74 Sage

📋 copy color: '#989C74'

red 152 ◦ green 156 ◦ blue 116

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

Shades of Sage #989C74

Tints of Sage #989C74

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.79%

 BLUE value IS 116 (45.7% from 255) = 27.36%

R = 35.85%
G = 36.79%
B = 27.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#989C74 (or 0x989C74) is known color: Sage. HEX triplet: 98, 9C and 74. RGB value is (152,156,116). Sum of RGB (Red+Green+Blue) = 152+156+116=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 156 - color contains mainly: green. Hex color #989C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C74 is #67638B. Grayscale: #969696. Windows color (decimal): -6775692 or 7642264. OLE color: 7642264.

HSL color Cylindrical-coordinate representation of color #989C74: hue angle of 66º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #989C74 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 156 116 -
CMYK 0.03 0 0.26 0.39
HSL 66º 0.17% 0.53% -
HSV(B) 66º 0.26% 0.61% -
XYZ 27.99 31.71 21.17 -
YUV 150.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 152 156 116 0.03 0 0.26 0.39 66 0.17 0.53
Hex 98 9C 74 3 0 1A 27 42 11 35
Octal 230 234 164 3 0 32 47 102 21 65
Binary 10011000 10011100 1110100 11 0 11010 100111 1000010 10001 110101

Color Harmonies of #989C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989C74

Black with #989C74

Text Example


Text Example

White with #989C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,156,116); }

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

background-color css

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

 a { background-color: rgb(152,156,116); }

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

border-color css

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

 span { border-color: rgb(152,156,116); }

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