Html Css Color HEX #98A182 Sage

📋 copy color: '#98A182'

red 152 ◦ green 161 ◦ blue 130

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

Shades of Sage #98A182

Tints of Sage #98A182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.35%

R = 34.31%
G = 36.34%
B = 29.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#98A182 (or 0x98A182) is known color: Sage. HEX triplet: 98, A1 and 82. RGB value is (152,161,130). Sum of RGB (Red+Green+Blue) = 152+161+130=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 161 - color contains mainly: green. Hex color #98A182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A182 is #675E7D. Grayscale: #9A9A9A. Windows color (decimal): -6774398 or 8561048. OLE color: 8561048.

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

Color convert

RGB 152 161 130 -
CMYK 0.06 0 0.19 0.37
HSL 77.42º 0.14% 0.57% -
HSV(B) 77.42º 0.19% 0.63% -
XYZ 29.72 33.78 26.07 -
YUV 154.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 152 161 130 0.06 0 0.19 0.37 77.42 0.14 0.57
Hex 98 A1 82 6 0 13 25 4D E 39
Octal 230 241 202 6 0 23 45 115 16 71
Binary 10011000 10100001 10000010 110 0 10011 100101 1001101 1110 111001

Color Harmonies of #98A182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A182

Black with #98A182

Text Example


Text Example

White with #98A182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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