Html Css Color HEX #96AD8C Mantle

📋 copy color: '#96AD8C'

red 150 ◦ green 173 ◦ blue 140

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

Shades of Mantle #96AD8C

Tints of Mantle #96AD8C

RGB

 RED value IS 150 (58.98% from 255) = 32.4%

 GREEN value IS 173 (67.97% from 255) = 37.37%

 BLUE value IS 140 (55.08% from 255) = 30.24%

R = 32.4%
G = 37.37%
B = 30.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#96AD8C (or 0x96AD8C) is known color: Mantle. HEX triplet: 96, AD and 8C. RGB value is (150,173,140). Sum of RGB (Red+Green+Blue) = 150+173+140=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AD8C is #695273. Grayscale: #A2A2A2. Windows color (decimal): -6902388 or 9219478. OLE color: 9219478.

HSL color Cylindrical-coordinate representation of color #96AD8C: hue angle of 101.82º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96AD8C is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 173 140 -
CMYK 0.13 0 0.19 0.32
HSL 101.82º 0.17% 0.61% -
HSV(B) 101.82º 0.19% 0.68% -
XYZ 32.25 38.26 30.5 -
YUV 162.36 115.38 119.18 -
System Red Green Blue C M Y K H S L
Decimal 150 173 140 0.13 0 0.19 0.32 101.82 0.17 0.61
Hex 96 AD 8C D 0 13 20 66 11 3D
Octal 226 255 214 15 0 23 40 146 21 75
Binary 10010110 10101101 10001100 1101 0 10011 100000 1100110 10001 111101

Color Harmonies of #96AD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AD8C

Black with #96AD8C

Text Example


Text Example

White with #96AD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96AD8C; }

 p { color: rgb(150,173,140); }

 H1.HeaderClassName
 {
   color: #96AD8C;
 }
 .AnyTagClassName
 {
   color: #96AD8C;
 }
</style>

background-color css

<style>
 a { background-color: #96AD8C; }

 a { background-color: rgb(150,173,140); }

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

border-color css

<style>
 span { border-color: #96AD8C; }

 span { border-color: rgb(150,173,140); }

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