Html Css Color HEX #96AB96 Mantle

📋 copy color: '#96AB96'

red 150 ◦ green 171 ◦ blue 150

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

Shades of Mantle #96AB96

Tints of Mantle #96AB96

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.31%

 BLUE value IS 150 (58.98% from 255) = 31.85%

R = 31.85%
G = 36.31%
B = 31.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#96AB96 (or 0x96AB96) is known color: Mantle. HEX triplet: 96, AB and 96. RGB value is (150,171,150). Sum of RGB (Red+Green+Blue) = 150+171+150=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB96 is #695469. Grayscale: #A2A2A2. Windows color (decimal): -6902890 or 9874326. OLE color: 9874326.

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

Color convert

RGB 150 171 150 -
CMYK 0.12 0 0.12 0.33
HSL 120º 0.11% 0.63% -
HSV(B) 120º 0.12% 0.67% -
XYZ 32.65 37.81 34.43 -
YUV 162.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 150 171 150 0.12 0 0.12 0.33 120 0.11 0.63
Hex 96 AB 96 C 0 C 21 78 B 3F
Octal 226 253 226 14 0 14 41 170 13 77
Binary 10010110 10101011 10010110 1100 0 1100 100001 1111000 1011 111111

Color Harmonies of #96AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB96

Black with #96AB96

Text Example


Text Example

White with #96AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,171,150); }

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

background-color css

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

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

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

border-color css

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

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

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