#9BA39A

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

Shades of Mantle #9BA39A

Tints of Mantle #9BA39A

Color information

#9BA39A (or 0x9BA39A) is unknown color: approx Mantle. HEX triplet: 9B, A3 and 9A. RGB value is (155,163,154). Sum of RGB (Red+Green+Blue) = 155+163+154=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA39A is #645C65. Grayscale: #9F9F9F. Windows color (decimal): -6577254 or 10134427. OLE color: 10134427.

HSL color Cylindrical-coordinate representation of color #9BA39A: hue angle of 113.33º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9BA39A is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB155163154-
CMYK0.0500.060.36
HSL113.33º4.66%62.16%-
HSV(B)113.33º5.52%63.92%-
XYZ32.4535.535.71-
YUV159.58124.85124.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.84%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=32.84%
G=34.53%
B=32.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551631540.0500.060.36113.334.6662.16
Hex9BA39A506247153e
Octal23324323250644161576
Binary10011011101000111001101010101101001001110001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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