#9BA59A

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

Shades of Mantle #9BA59A

Tints of Mantle #9BA59A

Color information

#9BA59A (or 0x9BA59A) is unknown color: approx Mantle. HEX triplet: 9B, A5 and 9A. RGB value is (155,165,154). Sum of RGB (Red+Green+Blue) = 155+165+154=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA59A is #645A65. Grayscale: #A0A0A0. Windows color (decimal): -6576742 or 10134939. OLE color: 10134939.

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

Color convert

RGB155165154-
CMYK0.0600.070.35
HSL114.55º5.76%62.55%-
HSV(B)114.55º6.67%64.71%-
XYZ32.8136.2135.83-
YUV160.76124.19123.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.70%
GREEN value IS 165 (64.84% from 255) = 34.81%
BLUE value IS 154 (60.55% from 255) = 32.49%
R=32.70%
G=34.81%
B=32.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551651540.0600.070.35114.555.7662.55
Hex9BA59A607237363f
Octal23324523260743163677
Binary10011011101001011001101011001111000111110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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