#9BB7AC

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

Shades of Skeptic #9BB7AC

Tints of Skeptic #9BB7AC

Color information

#9BB7AC (or 0x9BB7AC) is unknown color: approx Skeptic. HEX triplet: 9B, B7 and AC. RGB value is (155,183,172). Sum of RGB (Red+Green+Blue) = 155+183+172=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB7AC is #644853. Grayscale: #ADADAD. Windows color (decimal): -6572116 or 11319195. OLE color: 11319195.

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

Color convert

RGB155183172-
CMYK0.1500.060.28
HSL156.43º16.28%66.27%-
HSV(B)156.43º15.3%71.76%-
XYZ37.943.8145.49-
YUV173.37127.22114.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.39%
GREEN value IS 183 (71.88% from 255) = 35.88%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=30.39%
G=35.88%
B=33.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551831720.1500.060.28156.4316.2866.27
Hex9BB7ACF061C9c1042
Octal23326725417063423420102
Binary100110111011011110101100111101101110010011100100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,183,172); }

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

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

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

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

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

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

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