#9BAD95

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

Shades of Mantle #9BAD95

Tints of Mantle #9BAD95

Color information

#9BAD95 (or 0x9BAD95) is unknown color: approx Mantle. HEX triplet: 9B, AD and 95. RGB value is (155,173,149). Sum of RGB (Red+Green+Blue) = 155+173+149=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAD95 is #64526A. Grayscale: #A4A4A4. Windows color (decimal): -6574699 or 9809307. OLE color: 9809307.

HSL color Cylindrical-coordinate representation of color #9BAD95: hue angle of 105º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BAD95 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB155173149-
CMYK0.1000.140.32
HSL105º12.77%63.14%-
HSV(B)105º13.87%67.84%-
XYZ33.8939.0334.18-
YUV164.88119.04120.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 149 (58.59% from 255) = 31.24%
R=32.49%
G=36.27%
B=31.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551731490.1000.140.3210512.7763.14
Hex9BAD95A0E2069d3f
Octal23325522512016401511577
Binary10011011101011011001010110100111010000011010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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