Html Css Color HEX #98A172 Sage

📋 copy color: '#98A172'

red 152 ◦ green 161 ◦ blue 114

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

Shades of Sage #98A172

Tints of Sage #98A172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.7%

R = 35.6%
G = 37.7%
B = 26.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#98A172 (or 0x98A172) is known color: Sage. HEX triplet: 98, A1 and 72. RGB value is (152,161,114). Sum of RGB (Red+Green+Blue) = 152+161+114=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 161 - color contains mainly: green. Hex color #98A172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A172 is #675E8D. Grayscale: #999999. Windows color (decimal): -6774414 or 7512472. OLE color: 7512472.

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

Color convert

RGB 152 161 114 -
CMYK 0.06 0 0.29 0.37
HSL 71.49º 0.2% 0.54% -
HSV(B) 71.49º 0.29% 0.63% -
XYZ 28.73 33.38 20.85 -
YUV 152.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 152 161 114 0.06 0 0.29 0.37 71.49 0.2 0.54
Hex 98 A1 72 6 0 1D 25 47 14 36
Octal 230 241 162 6 0 35 45 107 24 66
Binary 10011000 10100001 1110010 110 0 11101 100101 1000111 10100 110110

Color Harmonies of #98A172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A172

Black with #98A172

Text Example


Text Example

White with #98A172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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