Html Css Color HEX #96A395 Mantle

📋 copy color: '#96A395'

red 150 ◦ green 163 ◦ blue 149

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

Shades of Mantle #96A395

Tints of Mantle #96A395

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.28%

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

R = 32.47%
G = 35.28%
B = 32.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#96A395 (or 0x96A395) is known color: Mantle. HEX triplet: 96, A3 and 95. RGB value is (150,163,149). Sum of RGB (Red+Green+Blue) = 150+163+149=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 163 - color contains mainly: green. Hex color #96A395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A395 is #695C6A. Grayscale: #9D9D9D. Windows color (decimal): -6904939 or 9806742. OLE color: 9806742.

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

Color convert

RGB 150 163 149 -
CMYK 0.08 0 0.09 0.36
HSL 115.71º 0.07% 0.61% -
HSV(B) 115.71º 0.09% 0.64% -
XYZ 31.1 34.85 33.52 -
YUV 157.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 150 163 149 0.08 0 0.09 0.36 115.71 0.07 0.61
Hex 96 A3 95 8 0 9 24 74 7 3D
Octal 226 243 225 10 0 11 44 164 7 75
Binary 10010110 10100011 10010101 1000 0 1001 100100 1110100 111 111101

Color Harmonies of #96A395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A395

Black with #96A395

Text Example


Text Example

White with #96A395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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