Html Css Color HEX #979C96 Mantle

📋 copy color: '#979C96'

red 151 ◦ green 156 ◦ blue 150

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

Shades of Mantle #979C96

Tints of Mantle #979C96

RGB

 RED value IS 151 (59.38% from 255) = 33.04%

 GREEN value IS 156 (61.33% from 255) = 34.14%

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

R = 33.04%
G = 34.14%
B = 32.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#979C96 (or 0x979C96) is known color: Mantle. HEX triplet: 97, 9C and 96. RGB value is (151,156,150). Sum of RGB (Red+Green+Blue) = 151+156+150=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 156 - color contains mainly: green. Hex color #979C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979C96 is #686369. Grayscale: #999999. Windows color (decimal): -6841194 or 9870487. OLE color: 9870487.

HSL color Cylindrical-coordinate representation of color #979C96: hue angle of 110º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #979C96 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 156 150 -
CMYK 0.03 0 0.04 0.39
HSL 110º 0.03% 0.6% -
HSV(B) 110º 0.04% 0.61% -
XYZ 30.16 32.56 33.55 -
YUV 153.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 151 156 150 0.03 0 0.04 0.39 110 0.03 0.6
Hex 97 9C 96 3 0 4 27 6E 3 3C
Octal 227 234 226 3 0 4 47 156 3 74
Binary 10010111 10011100 10010110 11 0 100 100111 1101110 11 111100

Color Harmonies of #979C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979C96

Black with #979C96

Text Example


Text Example

White with #979C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979C96; }

 p { color: rgb(151,156,150); }

 H1.HeaderClassName
 {
   color: #979C96;
 }
 .AnyTagClassName
 {
   color: #979C96;
 }
</style>

background-color css

<style>
 a { background-color: #979C96; }

 a { background-color: rgb(151,156,150); }

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

border-color css

<style>
 span { border-color: #979C96; }

 span { border-color: rgb(151,156,150); }

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