#9BB6AB

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

Shades of Skeptic #9BB6AB

Tints of Skeptic #9BB6AB

Color information

#9BB6AB (or 0x9BB6AB) is unknown color: approx Skeptic. HEX triplet: 9B, B6 and AB. RGB value is (155,182,171). Sum of RGB (Red+Green+Blue) = 155+182+171=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB6AB is #644954. Grayscale: #ACACAC. Windows color (decimal): -6572373 or 11253403. OLE color: 11253403.

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

Color convert

RGB155182171-
CMYK0.1500.060.29
HSL155.56º15.61%66.08%-
HSV(B)155.56º14.84%71.37%-
XYZ37.643.3644.92-
YUV172.67127.05115.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.51%
GREEN value IS 182 (71.48% from 255) = 35.83%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=30.51%
G=35.83%
B=33.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551821710.1500.060.29155.5615.6166.08
Hex9BB6ABF061D9c1042
Octal23326625317063523420102
Binary100110111011011010101011111101101110110011100100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,182,171); }

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

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

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

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

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

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

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