Html Css Color HEX #98A577 Sage

📋 copy color: '#98A577'

red 152 ◦ green 165 ◦ blue 119

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

Shades of Sage #98A577

Tints of Sage #98A577

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.84%

 BLUE value IS 119 (46.88% from 255) = 27.29%

R = 34.86%
G = 37.84%
B = 27.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#98A577 (or 0x98A577) is known color: Sage. HEX triplet: 98, A5 and 77. RGB value is (152,165,119). Sum of RGB (Red+Green+Blue) = 152+165+119=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 165 - color contains mainly: green. Hex color #98A577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A577 is #675A88. Grayscale: #9C9C9C. Windows color (decimal): -6773385 or 7841176. OLE color: 7841176.

HSL color Cylindrical-coordinate representation of color #98A577: hue angle of 76.96º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98A577 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 165 119 -
CMYK 0.08 0 0.28 0.35
HSL 76.96º 0.2% 0.56% -
HSV(B) 76.96º 0.28% 0.65% -
XYZ 29.73 34.92 22.63 -
YUV 155.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 152 165 119 0.08 0 0.28 0.35 76.96 0.2 0.56
Hex 98 A5 77 8 0 1C 23 4D 14 38
Octal 230 245 167 10 0 34 43 115 24 70
Binary 10011000 10100101 1110111 1000 0 11100 100011 1001101 10100 111000

Color Harmonies of #98A577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A577

Black with #98A577

Text Example


Text Example

White with #98A577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,165,119); }

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

background-color css

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

 a { background-color: rgb(152,165,119); }

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

border-color css

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

 span { border-color: rgb(152,165,119); }

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