#9BA499

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

Shades of Mantle #9BA499

Tints of Mantle #9BA499

Color information

#9BA499 (or 0x9BA499) is unknown color: approx Mantle. HEX triplet: 9B, A4 and 99. RGB value is (155,164,153). Sum of RGB (Red+Green+Blue) = 155+164+153=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA499 is #645B66. Grayscale: #A0A0A0. Windows color (decimal): -6576999 or 10069147. OLE color: 10069147.

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

Color convert

RGB155164153-
CMYK0.0500.070.36
HSL109.09º5.7%62.16%-
HSV(B)109.09º6.71%64.31%-
XYZ32.5435.8235.34-
YUV160.06124.02124.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.84%
GREEN value IS 164 (64.45% from 255) = 34.75%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=32.84%
G=34.75%
B=32.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551641530.0500.070.36109.095.762.16
Hex9BA499507246d63e
Octal23324423150744155676
Binary10011011101001001001100110101111001001101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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