Html Css Color HEX #96A195 Mantle

📋 copy color: '#96A195'

red 150 ◦ green 161 ◦ blue 149

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

Shades of Mantle #96A195

Tints of Mantle #96A195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35%

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

R = 32.61%
G = 35%
B = 32.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#96A195 (or 0x96A195) is known color: Mantle. HEX triplet: 96, A1 and 95. RGB value is (150,161,149). Sum of RGB (Red+Green+Blue) = 150+161+149=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 161 - color contains mainly: green. Hex color #96A195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A195 is #695E6A. Grayscale: #9C9C9C. Windows color (decimal): -6905451 or 9806230. OLE color: 9806230.

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

Color convert

RGB 150 161 149 -
CMYK 0.07 0 0.07 0.37
HSL 115º 0.06% 0.61% -
HSV(B) 115º 0.07% 0.63% -
XYZ 30.75 34.14 33.4 -
YUV 156.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 150 161 149 0.07 0 0.07 0.37 115 0.06 0.61
Hex 96 A1 95 7 0 7 25 73 6 3D
Octal 226 241 225 7 0 7 45 163 6 75
Binary 10010110 10100001 10010101 111 0 111 100101 1110011 110 111101

Color Harmonies of #96A195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A195

Black with #96A195

Text Example


Text Example

White with #96A195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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