#9BAD94

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

Shades of Mantle #9BAD94

Tints of Mantle #9BAD94

Color information

#9BAD94 (or 0x9BAD94) is unknown color: approx Mantle. HEX triplet: 9B, AD and 94. RGB value is (155,173,148). Sum of RGB (Red+Green+Blue) = 155+173+148=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAD94 is #64526B. Grayscale: #A4A4A4. Windows color (decimal): -6574700 or 9743771. OLE color: 9743771.

HSL color Cylindrical-coordinate representation of color #9BAD94: hue angle of 103.2º 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 #9BAD94 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB155173148-
CMYK0.1000.140.32
HSL103.2º13.23%62.94%-
HSV(B)103.2º14.45%67.84%-
XYZ33.8138.9933.76-
YUV164.77118.54121.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.56%
GREEN value IS 173 (67.97% from 255) = 36.34%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=32.56%
G=36.34%
B=31.09%

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
Decimal1551731480.1000.140.32103.213.2362.94
Hex9BAD94A0E2067d3f
Octal23325522412016401471577
Binary10011011101011011001010010100111010000011001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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