Html Css Color HEX #96AB92 Mantle

📋 copy color: '#96AB92'

red 150 ◦ green 171 ◦ blue 146

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

Shades of Mantle #96AB92

Tints of Mantle #96AB92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.26%

R = 32.12%
G = 36.62%
B = 31.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#96AB92 (or 0x96AB92) is known color: Mantle. HEX triplet: 96, AB and 92. RGB value is (150,171,146). Sum of RGB (Red+Green+Blue) = 150+171+146=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB92 is #69546D. Grayscale: #A1A1A1. Windows color (decimal): -6902894 or 9612182. OLE color: 9612182.

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

Color convert

RGB 150 171 146 -
CMYK 0.12 0 0.15 0.33
HSL 110.4º 0.13% 0.62% -
HSV(B) 110.4º 0.15% 0.67% -
XYZ 32.33 37.69 32.76 -
YUV 161.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 150 171 146 0.12 0 0.15 0.33 110.4 0.13 0.62
Hex 96 AB 92 C 0 F 21 6E D 3E
Octal 226 253 222 14 0 17 41 156 15 76
Binary 10010110 10101011 10010010 1100 0 1111 100001 1101110 1101 111110

Color Harmonies of #96AB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB92

Black with #96AB92

Text Example


Text Example

White with #96AB92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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