#9BA399

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

Shades of Mantle #9BA399

Tints of Mantle #9BA399

Color information

#9BA399 (or 0x9BA399) is unknown color: approx Mantle. HEX triplet: 9B, A3 and 99. RGB value is (155,163,153). Sum of RGB (Red+Green+Blue) = 155+163+153=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA399 is #645C66. Grayscale: #9F9F9F. Windows color (decimal): -6577255 or 10068891. OLE color: 10068891.

HSL color Cylindrical-coordinate representation of color #9BA399: hue angle of 108º 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 #9BA399 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB155163153-
CMYK0.0500.060.36
HSL108º5.15%61.96%-
HSV(B)108º6.13%63.92%-
XYZ32.3635.4635.28-
YUV159.47124.35124.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.91%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=32.91%
G=34.61%
B=32.48%

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
Decimal1551631530.0500.060.361085.1561.96
Hex9BA399506246c53e
Octal23324323150644154576
Binary10011011101000111001100110101101001001101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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