Html Css Color HEX #98A277 Sage

📋 copy color: '#98A277'

red 152 ◦ green 162 ◦ blue 119

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

Shades of Sage #98A277

Tints of Sage #98A277

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.41%

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

R = 35.1%
G = 37.41%
B = 27.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#98A277 (or 0x98A277) is known color: Sage. HEX triplet: 98, A2 and 77. RGB value is (152,162,119). Sum of RGB (Red+Green+Blue) = 152+162+119=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #98A277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A277 is #675D88. Grayscale: #9A9A9A. Windows color (decimal): -6774153 or 7840408. OLE color: 7840408.

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

Color convert

RGB 152 162 119 -
CMYK 0.06 0 0.27 0.36
HSL 73.95º 0.19% 0.55% -
HSV(B) 73.95º 0.27% 0.64% -
XYZ 29.2 33.85 22.45 -
YUV 154.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 152 162 119 0.06 0 0.27 0.36 73.95 0.19 0.55
Hex 98 A2 77 6 0 1B 24 4A 13 37
Octal 230 242 167 6 0 33 44 112 23 67
Binary 10011000 10100010 1110111 110 0 11011 100100 1001010 10011 110111

Color Harmonies of #98A277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A277

Black with #98A277

Text Example


Text Example

White with #98A277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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