Html Css Color HEX #96AB93 Mantle

📋 copy color: '#96AB93'

red 150 ◦ green 171 ◦ blue 147

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

Shades of Mantle #96AB93

Tints of Mantle #96AB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.41%

R = 32.05%
G = 36.54%
B = 31.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#96AB93 (or 0x96AB93) is known color: Mantle. HEX triplet: 96, AB and 93. RGB value is (150,171,147). Sum of RGB (Red+Green+Blue) = 150+171+147=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB93 is #69546C. Grayscale: #A2A2A2. Windows color (decimal): -6902893 or 9677718. OLE color: 9677718.

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

Color convert

RGB 150 171 147 -
CMYK 0.12 0 0.14 0.33
HSL 112.5º 0.13% 0.62% -
HSV(B) 112.5º 0.14% 0.67% -
XYZ 32.41 37.72 33.18 -
YUV 161.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 150 171 147 0.12 0 0.14 0.33 112.5 0.13 0.62
Hex 96 AB 93 C 0 E 21 70 C 3E
Octal 226 253 223 14 0 16 41 160 14 76
Binary 10010110 10101011 10010011 1100 0 1110 100001 1110000 1100 111110

Color Harmonies of #96AB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB93

Black with #96AB93

Text Example


Text Example

White with #96AB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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