#9BAF95

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

Shades of Mantle #9BAF95

Tints of Mantle #9BAF95

Color information

#9BAF95 (or 0x9BAF95) is unknown color: approx Mantle. HEX triplet: 9B, AF and 95. RGB value is (155,175,149). Sum of RGB (Red+Green+Blue) = 155+175+149=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF95 is #64506A. Grayscale: #A6A6A6. Windows color (decimal): -6574187 or 9809819. OLE color: 9809819.

HSL color Cylindrical-coordinate representation of color #9BAF95: hue angle of 106.15º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BAF95 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB155175149-
CMYK0.1100.150.31
HSL106.15º13.98%63.53%-
HSV(B)106.15º14.86%68.63%-
XYZ34.2739.834.31-
YUV166.06118.37120.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.36%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 149 (58.59% from 255) = 31.11%
R=32.36%
G=36.53%
B=31.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551751490.1100.150.31106.1513.9863.53
Hex9BAF95B0F1F6ae40
Octal233257225130173715216100
Binary10011011101011111001010110110111111111110101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,149); }

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

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

 a { background-color: rgb(155,175,149); }

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

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

 span { border-color: rgb(155,175,149); }

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