#9BA595

Color #9BA595 Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #9BA595

Tints of Mantle #9BA595

Color information

#9BA595 (or 0x9BA595) is unknown color: approx Mantle. HEX triplet: 9B, A5 and 95. RGB value is (155,165,149). Sum of RGB (Red+Green+Blue) = 155+165+149=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA595 is #645A6A. Grayscale: #A0A0A0. Windows color (decimal): -6576747 or 9807259. OLE color: 9807259.

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

Color convert

RGB155165149-
CMYK0.0600.100.35
HSL97.5º8.16%61.57%-
HSV(B)97.5º9.7%64.71%-
XYZ32.436.0533.68-
YUV160.19121.69124.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=33.05%
G=35.18%
B=31.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551651490.0600.100.3597.58.1661.57
Hex9BA59560A236183e
Octal2332452256012431411076
Binary1001101110100101100101011100101010001111000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,165,149); }

 H1.HeaderClassName
 {
   color: #9BA595;
 }
 .AnyTagClassName
 {
   color: #9BA595;
 }
</style>
background-color css

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

 a { background-color: rgb(155,165,149); }

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

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

 span { border-color: rgb(155,165,149); }

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