Html Css Color HEX #96A890 Mantle

📋 copy color: '#96A890'

red 150 ◦ green 168 ◦ blue 144

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

Shades of Mantle #96A890

Tints of Mantle #96A890

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.36%

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 32.47%
G = 36.36%
B = 31.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#96A890 (or 0x96A890) is known color: Mantle. HEX triplet: 96, A8 and 90. RGB value is (150,168,144). Sum of RGB (Red+Green+Blue) = 150+168+144=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 168 - color contains mainly: green. Hex color #96A890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A890 is #69576F. Grayscale: #9F9F9F. Windows color (decimal): -6903664 or 9480342. OLE color: 9480342.

HSL color Cylindrical-coordinate representation of color #96A890: hue angle of 105º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96A890 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 150 168 144 -
CMYK 0.11 0 0.14 0.34
HSL 105º 0.12% 0.61% -
HSV(B) 105º 0.14% 0.66% -
XYZ 31.61 36.5 31.77 -
YUV 159.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 150 168 144 0.11 0 0.14 0.34 105 0.12 0.61
Hex 96 A8 90 B 0 E 22 69 C 3D
Octal 226 250 220 13 0 16 42 151 14 75
Binary 10010110 10101000 10010000 1011 0 1110 100010 1101001 1100 111101

Color Harmonies of #96A890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A890

Black with #96A890

Text Example


Text Example

White with #96A890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,168,144); }

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

background-color css

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

 a { background-color: rgb(150,168,144); }

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

border-color css

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

 span { border-color: rgb(150,168,144); }

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