Html Css Color HEX #9AA694 Mantle

📋 copy color: '#9AA694'

red 154 ◦ green 166 ◦ blue 148

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

Shades of Mantle #9AA694

Tints of Mantle #9AA694

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.47%

 BLUE value IS 148 (58.2% from 255) = 31.62%

R = 32.91%
G = 35.47%
B = 31.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#9AA694 (or 0x9AA694) is known color: Mantle. HEX triplet: 9A, A6 and 94. RGB value is (154,166,148). Sum of RGB (Red+Green+Blue) = 154+166+148=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 166 - color contains mainly: green. Hex color #9AA694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA694 is #65596B. Grayscale: #A0A0A0. Windows color (decimal): -6642028 or 9741978. OLE color: 9741978.

HSL color Cylindrical-coordinate representation of color #9AA694: hue angle of 100º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AA694 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 154 166 148 -
CMYK 0.07 0 0.11 0.35
HSL 100º 0.09% 0.62% -
HSV(B) 100º 0.11% 0.65% -
XYZ 32.31 36.28 33.32 -
YUV 160.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 154 166 148 0.07 0 0.11 0.35 100 0.09 0.62
Hex 9A A6 94 7 0 B 23 64 9 3E
Octal 232 246 224 7 0 13 43 144 11 76
Binary 10011010 10100110 10010100 111 0 1011 100011 1100100 1001 111110

Color Harmonies of #9AA694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA694

Black with #9AA694

Text Example


Text Example

White with #9AA694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,166,148); }

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

background-color css

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

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

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

border-color css

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

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

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