Html Css Color HEX #96AA94 Mantle

📋 copy color: '#96AA94'

red 150 ◦ green 170 ◦ blue 148

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

Shades of Mantle #96AA94

Tints of Mantle #96AA94

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.32%

 BLUE value IS 148 (58.2% from 255) = 31.62%

R = 32.05%
G = 36.32%
B = 31.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#96AA94 (or 0x96AA94) is known color: Mantle. HEX triplet: 96, AA and 94. RGB value is (150,170,148). Sum of RGB (Red+Green+Blue) = 150+170+148=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AA94 is #69556B. Grayscale: #A1A1A1. Windows color (decimal): -6903148 or 9742998. OLE color: 9742998.

HSL color Cylindrical-coordinate representation of color #96AA94: hue angle of 114.55º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96AA94 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 170 148 -
CMYK 0.12 0 0.13 0.33
HSL 114.55º 0.11% 0.62% -
HSV(B) 114.55º 0.13% 0.67% -
XYZ 32.3 37.37 33.53 -
YUV 161.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 150 170 148 0.12 0 0.13 0.33 114.55 0.11 0.62
Hex 96 AA 94 C 0 D 21 73 B 3E
Octal 226 252 224 14 0 15 41 163 13 76
Binary 10010110 10101010 10010100 1100 0 1101 100001 1110011 1011 111110

Color Harmonies of #96AA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AA94

Black with #96AA94

Text Example


Text Example

White with #96AA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,170,148); }

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

background-color css

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

 a { background-color: rgb(150,170,148); }

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

border-color css

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

 span { border-color: rgb(150,170,148); }

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