Html Css Color HEX #96A295 Mantle

📋 copy color: '#96A295'

red 150 ◦ green 162 ◦ blue 149

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

Shades of Mantle #96A295

Tints of Mantle #96A295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.14%

 BLUE value IS 149 (58.59% from 255) = 32.32%

R = 32.54%
G = 35.14%
B = 32.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#96A295 (or 0x96A295) is known color: Mantle. HEX triplet: 96, A2 and 95. RGB value is (150,162,149). Sum of RGB (Red+Green+Blue) = 150+162+149=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 162 - color contains mainly: green. Hex color #96A295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A295 is #695D6A. Grayscale: #9C9C9C. Windows color (decimal): -6905195 or 9806486. OLE color: 9806486.

HSL color Cylindrical-coordinate representation of color #96A295: hue angle of 115.38º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #96A295 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 162 149 -
CMYK 0.07 0 0.08 0.36
HSL 115.38º 0.07% 0.61% -
HSV(B) 115.38º 0.08% 0.64% -
XYZ 30.92 34.49 33.46 -
YUV 156.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 150 162 149 0.07 0 0.08 0.36 115.38 0.07 0.61
Hex 96 A2 95 7 0 8 24 73 7 3D
Octal 226 242 225 7 0 10 44 163 7 75
Binary 10010110 10100010 10010101 111 0 1000 100100 1110011 111 111101

Color Harmonies of #96A295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A295

Black with #96A295

Text Example


Text Example

White with #96A295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,162,149); }

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

background-color css

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

 a { background-color: rgb(150,162,149); }

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

border-color css

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

 span { border-color: rgb(150,162,149); }

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