Html Css Color HEX #98A996 Mantle

📋 copy color: '#98A996'

red 152 ◦ green 169 ◦ blue 150

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

Shades of Mantle #98A996

Tints of Mantle #98A996

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.88%

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

R = 32.27%
G = 35.88%
B = 31.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#98A996 (or 0x98A996) is known color: Mantle. HEX triplet: 98, A9 and 96. RGB value is (152,169,150). Sum of RGB (Red+Green+Blue) = 152+169+150=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 169 - color contains mainly: green. Hex color #98A996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A996 is #675669. Grayscale: #A1A1A1. Windows color (decimal): -6772330 or 9873816. OLE color: 9873816.

HSL color Cylindrical-coordinate representation of color #98A996: hue angle of 113.68º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #98A996 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 152 169 150 -
CMYK 0.10 0 0.11 0.34
HSL 113.68º 0.1% 0.63% -
HSV(B) 113.68º 0.11% 0.66% -
XYZ 32.64 37.25 34.32 -
YUV 161.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 152 169 150 0.10 0 0.11 0.34 113.68 0.1 0.63
Hex 98 A9 96 A 0 B 22 72 A 3F
Octal 230 251 226 12 0 13 42 162 12 77
Binary 10011000 10101001 10010110 1010 0 1011 100010 1110010 1010 111111

Color Harmonies of #98A996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A996

Black with #98A996

Text Example


Text Example

White with #98A996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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