#9BB5AB

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

Shades of Skeptic #9BB5AB

Tints of Skeptic #9BB5AB

Color information

#9BB5AB (or 0x9BB5AB) is unknown color: approx Skeptic. HEX triplet: 9B, B5 and AB. RGB value is (155,181,171). Sum of RGB (Red+Green+Blue) = 155+181+171=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB5AB is #644A54. Grayscale: #ACACAC. Windows color (decimal): -6572629 or 11253147. OLE color: 11253147.

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

Color convert

RGB155181171-
CMYK0.1400.060.29
HSL156.92º14.94%65.88%-
HSV(B)156.92º14.36%70.98%-
XYZ37.3942.9644.85-
YUV172.09127.39115.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.57%
GREEN value IS 181 (71.09% from 255) = 35.70%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=30.57%
G=35.70%
B=33.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551811710.1400.060.29156.9214.9465.88
Hex9BB5ABE061D9df42
Octal23326525316063523517102
Binary10011011101101011010101111100110111011001110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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