Html Css Color HEX #9AAA92 Mantle

📋 copy color: '#9AAA92'

red 154 ◦ green 170 ◦ blue 146

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

Shades of Mantle #9AAA92

Tints of Mantle #9AAA92

RGB

 RED value IS 154 (60.55% from 255) = 32.77%

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

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

R = 32.77%
G = 36.17%
B = 31.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#9AAA92 (or 0x9AAA92) is known color: Mantle. HEX triplet: 9A, AA and 92. RGB value is (154,170,146). Sum of RGB (Red+Green+Blue) = 154+170+146=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAA92 is #65556D. Grayscale: #A2A2A2. Windows color (decimal): -6641006 or 9611930. OLE color: 9611930.

HSL color Cylindrical-coordinate representation of color #9AAA92: hue angle of 100º 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 #9AAA92 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 170 146 -
CMYK 0.09 0 0.14 0.33
HSL 100º 0.12% 0.62% -
HSV(B) 100º 0.14% 0.67% -
XYZ 32.89 37.69 32.74 -
YUV 162.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 154 170 146 0.09 0 0.14 0.33 100 0.12 0.62
Hex 9A AA 92 9 0 E 21 64 C 3E
Octal 232 252 222 11 0 16 41 144 14 76
Binary 10011010 10101010 10010010 1001 0 1110 100001 1100100 1100 111110

Color Harmonies of #9AAA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA92

Black with #9AAA92

Text Example


Text Example

White with #9AAA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AAA92; }

 p { color: rgb(154,170,146); }

 H1.HeaderClassName
 {
   color: #9AAA92;
 }
 .AnyTagClassName
 {
   color: #9AAA92;
 }
</style>

background-color css

<style>
 a { background-color: #9AAA92; }

 a { background-color: rgb(154,170,146); }

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

border-color css

<style>
 span { border-color: #9AAA92; }

 span { border-color: rgb(154,170,146); }

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