Html Css Color HEX #98A280 Sage

📋 copy color: '#98A280'

red 152 ◦ green 162 ◦ blue 128

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

Shades of Sage #98A280

Tints of Sage #98A280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.96%

R = 34.39%
G = 36.65%
B = 28.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#98A280 (or 0x98A280) is known color: Sage. HEX triplet: 98, A2 and 80. RGB value is (152,162,128). Sum of RGB (Red+Green+Blue) = 152+162+128=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 162 - color contains mainly: green. Hex color #98A280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A280 is #675D7F. Grayscale: #9B9B9B. Windows color (decimal): -6774144 or 8430232. OLE color: 8430232.

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

Color convert

RGB 152 162 128 -
CMYK 0.06 0 0.21 0.36
HSL 77.65º 0.15% 0.57% -
HSV(B) 77.65º 0.21% 0.64% -
XYZ 29.77 34.07 25.43 -
YUV 155.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 152 162 128 0.06 0 0.21 0.36 77.65 0.15 0.57
Hex 98 A2 80 6 0 15 24 4E F 39
Octal 230 242 200 6 0 25 44 116 17 71
Binary 10011000 10100010 10000000 110 0 10101 100100 1001110 1111 111001

Color Harmonies of #98A280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A280

Black with #98A280

Text Example


Text Example

White with #98A280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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