Html Css Color HEX #9AA594 Mantle

📋 copy color: '#9AA594'

red 154 ◦ green 165 ◦ blue 148

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

Shades of Mantle #9AA594

Tints of Mantle #9AA594

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.33%

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

R = 32.98%
G = 35.33%
B = 31.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#9AA594 (or 0x9AA594) is known color: Mantle. HEX triplet: 9A, A5 and 94. RGB value is (154,165,148). Sum of RGB (Red+Green+Blue) = 154+165+148=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA594 is #655A6B. Grayscale: #9F9F9F. Windows color (decimal): -6642284 or 9741722. OLE color: 9741722.

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

Color convert

RGB 154 165 148 -
CMYK 0.07 0 0.10 0.35
HSL 98.82º 0.09% 0.61% -
HSV(B) 98.82º 0.1% 0.65% -
XYZ 32.13 35.92 33.26 -
YUV 159.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 154 165 148 0.07 0 0.10 0.35 98.82 0.09 0.61
Hex 9A A5 94 7 0 A 23 63 9 3D
Octal 232 245 224 7 0 12 43 143 11 75
Binary 10011010 10100101 10010100 111 0 1010 100011 1100011 1001 111101

Color Harmonies of #9AA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA594

Black with #9AA594

Text Example


Text Example

White with #9AA594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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