#9BB49A

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

Shades of Mantle #9BB49A

Tints of Mantle #9BB49A

Color information

#9BB49A (or 0x9BB49A) is unknown color: approx Mantle. HEX triplet: 9B, B4 and 9A. RGB value is (155,180,154). Sum of RGB (Red+Green+Blue) = 155+180+154=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB49A is #644B65. Grayscale: #A9A9A9. Windows color (decimal): -6572902 or 10138779. OLE color: 10138779.

HSL color Cylindrical-coordinate representation of color #9BB49A: hue angle of 117.69º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BB49A is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB155180154-
CMYK0.1400.140.29
HSL117.69º14.77%65.49%-
HSV(B)117.69º14.44%70.59%-
XYZ35.6741.9436.79-
YUV169.56119.22117.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.70%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=31.70%
G=36.81%
B=31.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551801540.1400.140.29117.6914.7765.49
Hex9BB49AE0E1D76f41
Octal233264232160163516617101
Binary10011011101101001001101011100111011101111011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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