#9BA69A

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

Shades of Mantle #9BA69A

Tints of Mantle #9BA69A

Color information

#9BA69A (or 0x9BA69A) is unknown color: approx Mantle. HEX triplet: 9B, A6 and 9A. RGB value is (155,166,154). Sum of RGB (Red+Green+Blue) = 155+166+154=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA69A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA69A is #645965. Grayscale: #A1A1A1. Windows color (decimal): -6576486 or 10135195. OLE color: 10135195.

HSL color Cylindrical-coordinate representation of color #9BA69A: hue angle of 115º 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 #9BA69A is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB155166154-
CMYK0.0700.070.35
HSL115º6.32%62.75%-
HSV(B)115º7.23%65.1%-
XYZ32.9936.5735.89-
YUV161.34123.86123.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=32.63%
G=34.95%
B=32.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551661540.0700.070.351156.3262.75
Hex9BA69A707237363f
Octal23324623270743163677
Binary10011011101001101001101011101111000111110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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