Html Css Color HEX #9AAB9A Mantle

📋 copy color: '#9AAB9A'

red 154 ◦ green 171 ◦ blue 154

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

Shades of Mantle #9AAB9A

Tints of Mantle #9AAB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.15%

R = 32.15%
G = 35.7%
B = 32.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#9AAB9A (or 0x9AAB9A) is known color: Mantle. HEX triplet: 9A, AB and 9A. RGB value is (154,171,154). Sum of RGB (Red+Green+Blue) = 154+171+154=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAB9A is #655465. Grayscale: #A4A4A4. Windows color (decimal): -6640742 or 10136474. OLE color: 10136474.

HSL color Cylindrical-coordinate representation of color #9AAB9A: hue angle of 120º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9AAB9A is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 171 154 -
CMYK 0.10 0 0.10 0.33
HSL 120º 0.09% 0.64% -
HSV(B) 120º 0.1% 0.67% -
XYZ 33.72 38.33 36.19 -
YUV 163.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 154 171 154 0.10 0 0.10 0.33 120 0.09 0.64
Hex 9A AB 9A A 0 A 21 78 9 40
Octal 232 253 232 12 0 12 41 170 11 100
Binary 10011010 10101011 10011010 1010 0 1010 100001 1111000 1001 1000000

Color Harmonies of #9AAB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAB9A

Black with #9AAB9A

Text Example


Text Example

White with #9AAB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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