Html Css Color HEX #96A58E Mantle

📋 copy color: '#96A58E'

red 150 ◦ green 165 ◦ blue 142

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

Shades of Mantle #96A58E

Tints of Mantle #96A58E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.11%

 BLUE value IS 142 (55.86% from 255) = 31.07%

R = 32.82%
G = 36.11%
B = 31.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#96A58E (or 0x96A58E) is known color: Mantle. HEX triplet: 96, A5 and 8E. RGB value is (150,165,142). Sum of RGB (Red+Green+Blue) = 150+165+142=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 165 - color contains mainly: green. Hex color #96A58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A58E is #695A71. Grayscale: #9D9D9D. Windows color (decimal): -6904434 or 9348502. OLE color: 9348502.

HSL color Cylindrical-coordinate representation of color #96A58E: hue angle of 99.13º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96A58E is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 165 142 -
CMYK 0.09 0 0.14 0.35
HSL 99.13º 0.11% 0.6% -
HSV(B) 99.13º 0.14% 0.65% -
XYZ 30.92 35.35 30.78 -
YUV 157.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 150 165 142 0.09 0 0.14 0.35 99.13 0.11 0.6
Hex 96 A5 8E 9 0 E 23 63 B 3C
Octal 226 245 216 11 0 16 43 143 13 74
Binary 10010110 10100101 10001110 1001 0 1110 100011 1100011 1011 111100

Color Harmonies of #96A58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A58E

Black with #96A58E

Text Example


Text Example

White with #96A58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,165,142); }

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

background-color css

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

 a { background-color: rgb(150,165,142); }

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

border-color css

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

 span { border-color: rgb(150,165,142); }

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