#9BB5AC

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

Shades of Skeptic #9BB5AC

Tints of Skeptic #9BB5AC

Color information

#9BB5AC (or 0x9BB5AC) is unknown color: approx Skeptic. HEX triplet: 9B, B5 and AC. RGB value is (155,181,172). Sum of RGB (Red+Green+Blue) = 155+181+172=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB5AC is #644A53. Grayscale: #ACACAC. Windows color (decimal): -6572628 or 11318683. OLE color: 11318683.

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

Color convert

RGB155181172-
CMYK0.1400.050.29
HSL159.23º14.94%65.88%-
HSV(B)159.23º14.36%70.98%-
XYZ37.4942.9945.35-
YUV172.2127.89115.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.51%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=30.51%
G=35.63%
B=33.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551811720.1400.050.29159.2314.9465.88
Hex9BB5ACE051D9ff42
Octal23326525416053523717102
Binary10011011101101011010110011100101111011001111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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