Html Css Color HEX #98A372 Sage

📋 copy color: '#98A372'

red 152 ◦ green 163 ◦ blue 114

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

Shades of Sage #98A372

Tints of Sage #98A372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38%

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

R = 35.43%
G = 38%
B = 26.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#98A372 (or 0x98A372) is known color: Sage. HEX triplet: 98, A3 and 72. RGB value is (152,163,114). Sum of RGB (Red+Green+Blue) = 152+163+114=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 163 - color contains mainly: green. Hex color #98A372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A372 is #675C8D. Grayscale: #9A9A9A. Windows color (decimal): -6773902 or 7512984. OLE color: 7512984.

HSL color Cylindrical-coordinate representation of color #98A372: hue angle of 73.47º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98A372 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 152 163 114 -
CMYK 0.07 0 0.30 0.36
HSL 73.47º 0.21% 0.54% -
HSV(B) 73.47º 0.3% 0.64% -
XYZ 29.08 34.08 20.97 -
YUV 154.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 152 163 114 0.07 0 0.30 0.36 73.47 0.21 0.54
Hex 98 A3 72 7 0 1E 24 49 15 36
Octal 230 243 162 7 0 36 44 111 25 66
Binary 10011000 10100011 1110010 111 0 11110 100100 1001001 10101 110110

Color Harmonies of #98A372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A372

Black with #98A372

Text Example


Text Example

White with #98A372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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