#9BAD9B

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

Shades of Mantle #9BAD9B

Tints of Mantle #9BAD9B

Color information

#9BAD9B (or 0x9BAD9B) is unknown color: approx Mantle. HEX triplet: 9B, AD and 9B. RGB value is (155,173,155). Sum of RGB (Red+Green+Blue) = 155+173+155=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAD9B is #645264. Grayscale: #A5A5A5. Windows color (decimal): -6574693 or 10202523. OLE color: 10202523.

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

Color convert

RGB155173155-
CMYK0.1000.100.32
HSL120º9.89%64.31%-
HSV(B)120º10.4%67.84%-
XYZ34.3839.2236.77-
YUV165.57122.04120.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.09%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 155 (60.94% from 255) = 32.09%
R=32.09%
G=35.82%
B=32.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551731550.1000.100.321209.8964.31
Hex9BAD9BA0A2078a40
Octal233255233120124017012100
Binary100110111010110110011011101001010100000111100010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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