Html Css Color HEX #9AA295 Mantle

📋 copy color: '#9AA295'

red 154 ◦ green 162 ◦ blue 149

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

Shades of Mantle #9AA295

Tints of Mantle #9AA295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.84%

 BLUE value IS 149 (58.59% from 255) = 32.04%

R = 33.12%
G = 34.84%
B = 32.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#9AA295 (or 0x9AA295) is known color: Mantle. HEX triplet: 9A, A2 and 95. RGB value is (154,162,149). Sum of RGB (Red+Green+Blue) = 154+162+149=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA295 is #655D6A. Grayscale: #9E9E9E. Windows color (decimal): -6643051 or 9806490. OLE color: 9806490.

HSL color Cylindrical-coordinate representation of color #9AA295: hue angle of 96.92º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9AA295 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 154 162 149 -
CMYK 0.05 0 0.08 0.36
HSL 96.92º 0.07% 0.61% -
HSV(B) 96.92º 0.08% 0.64% -
XYZ 31.67 34.88 33.5 -
YUV 158.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 154 162 149 0.05 0 0.08 0.36 96.92 0.07 0.61
Hex 9A A2 95 5 0 8 24 61 7 3D
Octal 232 242 225 5 0 10 44 141 7 75
Binary 10011010 10100010 10010101 101 0 1000 100100 1100001 111 111101

Color Harmonies of #9AA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA295

Black with #9AA295

Text Example


Text Example

White with #9AA295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,162,149); }

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

background-color css

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

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

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

border-color css

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

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

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