Html Css Color HEX #9AB095 Mantle

📋 copy color: '#9AB095'

red 154 ◦ green 176 ◦ blue 149

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

Shades of Mantle #9AB095

Tints of Mantle #9AB095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.74%

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

R = 32.15%
G = 36.74%
B = 31.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#9AB095 (or 0x9AB095) is known color: Mantle. HEX triplet: 9A, B0 and 95. RGB value is (154,176,149). Sum of RGB (Red+Green+Blue) = 154+176+149=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB095 is #654F6A. Grayscale: #A6A6A6. Windows color (decimal): -6639467 or 9810074. OLE color: 9810074.

HSL color Cylindrical-coordinate representation of color #9AB095: hue angle of 108.89º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AB095 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 176 149 -
CMYK 0.12 0 0.15 0.31
HSL 108.89º 0.15% 0.64% -
HSV(B) 108.89º 0.15% 0.69% -
XYZ 34.28 40.09 34.37 -
YUV 166.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 154 176 149 0.12 0 0.15 0.31 108.89 0.15 0.64
Hex 9A B0 95 C 0 F 1F 6D F 40
Octal 232 260 225 14 0 17 37 155 17 100
Binary 10011010 10110000 10010101 1100 0 1111 11111 1101101 1111 1000000

Color Harmonies of #9AB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB095

Black with #9AB095

Text Example


Text Example

White with #9AB095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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