Html Css Color HEX #98A176 Sage

📋 copy color: '#98A176'

red 152 ◦ green 161 ◦ blue 118

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

Shades of Sage #98A176

Tints of Sage #98A176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 35.27%
G = 37.35%
B = 27.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#98A176 (or 0x98A176) is known color: Sage. HEX triplet: 98, A1 and 76. RGB value is (152,161,118). Sum of RGB (Red+Green+Blue) = 152+161+118=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 161 - color contains mainly: green. Hex color #98A176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A176 is #675E89. Grayscale: #999999. Windows color (decimal): -6774410 or 7774616. OLE color: 7774616.

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

Color convert

RGB 152 161 118 -
CMYK 0.06 0 0.27 0.37
HSL 72.56º 0.19% 0.55% -
HSV(B) 72.56º 0.27% 0.63% -
XYZ 28.96 33.47 22.07 -
YUV 153.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 152 161 118 0.06 0 0.27 0.37 72.56 0.19 0.55
Hex 98 A1 76 6 0 1B 25 49 13 37
Octal 230 241 166 6 0 33 45 111 23 67
Binary 10011000 10100001 1110110 110 0 11011 100101 1001001 10011 110111

Color Harmonies of #98A176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A176

Black with #98A176

Text Example


Text Example

White with #98A176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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