Html Css Color HEX #98AA96 Mantle

📋 copy color: '#98AA96'

red 152 ◦ green 170 ◦ blue 150

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

Shades of Mantle #98AA96

Tints of Mantle #98AA96

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.02%

 BLUE value IS 150 (58.98% from 255) = 31.78%

R = 32.2%
G = 36.02%
B = 31.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#98AA96 (or 0x98AA96) is known color: Mantle. HEX triplet: 98, AA and 96. RGB value is (152,170,150). Sum of RGB (Red+Green+Blue) = 152+170+150=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AA96 is #675569. Grayscale: #A2A2A2. Windows color (decimal): -6772074 or 9874072. OLE color: 9874072.

HSL color Cylindrical-coordinate representation of color #98AA96: hue angle of 114º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98AA96 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 170 150 -
CMYK 0.11 0 0.12 0.33
HSL 114º 0.11% 0.63% -
HSV(B) 114º 0.12% 0.67% -
XYZ 32.83 37.63 34.39 -
YUV 162.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 152 170 150 0.11 0 0.12 0.33 114 0.11 0.63
Hex 98 AA 96 B 0 C 21 72 B 3F
Octal 230 252 226 13 0 14 41 162 13 77
Binary 10011000 10101010 10010110 1011 0 1100 100001 1110010 1011 111111

Color Harmonies of #98AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AA96

Black with #98AA96

Text Example


Text Example

White with #98AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,170,150); }

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

background-color css

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

 a { background-color: rgb(152,170,150); }

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

border-color css

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

 span { border-color: rgb(152,170,150); }

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