Html Css Color HEX #98A179 Sage

📋 copy color: '#98A179'

red 152 ◦ green 161 ◦ blue 121

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

Shades of Sage #98A179

Tints of Sage #98A179

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.1%

 BLUE value IS 121 (47.66% from 255) = 27.88%

R = 35.02%
G = 37.1%
B = 27.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#98A179 (or 0x98A179) is known color: Sage. HEX triplet: 98, A1 and 79. RGB value is (152,161,121). Sum of RGB (Red+Green+Blue) = 152+161+121=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 161 - color contains mainly: green. Hex color #98A179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A179 is #675E86. Grayscale: #999999. Windows color (decimal): -6774407 or 7971224. OLE color: 7971224.

HSL color Cylindrical-coordinate representation of color #98A179: hue angle of 73.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98A179 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 161 121 -
CMYK 0.06 0 0.25 0.37
HSL 73.5º 0.18% 0.55% -
HSV(B) 73.5º 0.25% 0.63% -
XYZ 29.14 33.55 23.03 -
YUV 153.75 109.52 126.75 -
System Red Green Blue C M Y K H S L
Decimal 152 161 121 0.06 0 0.25 0.37 73.5 0.18 0.55
Hex 98 A1 79 6 0 19 25 4A 12 37
Octal 230 241 171 6 0 31 45 112 22 67
Binary 10011000 10100001 1111001 110 0 11001 100101 1001010 10010 110111

Color Harmonies of #98A179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A179

Black with #98A179

Text Example


Text Example

White with #98A179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98A179; }

 p { color: rgb(152,161,121); }

 H1.HeaderClassName
 {
   color: #98A179;
 }
 .AnyTagClassName
 {
   color: #98A179;
 }
</style>

background-color css

<style>
 a { background-color: #98A179; }

 a { background-color: rgb(152,161,121); }

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

border-color css

<style>
 span { border-color: #98A179; }

 span { border-color: rgb(152,161,121); }

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