#9CB5AB

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

Shades of Skeptic #9CB5AB

Tints of Skeptic #9CB5AB

Color information

#9CB5AB (or 0x9CB5AB) is unknown color: approx Skeptic. HEX triplet: 9C, B5 and AB. RGB value is (156,181,171). Sum of RGB (Red+Green+Blue) = 156+181+171=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB5AB is #634A54. Grayscale: #ACACAC. Windows color (decimal): -6507093 or 11253148. OLE color: 11253148.

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

Color convert

RGB156181171-
CMYK0.1400.060.29
HSL156º14.45%66.08%-
HSV(B)156º13.81%70.98%-
XYZ37.5843.0644.86-
YUV172.38127.22116.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.71%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=30.71%
G=35.63%
B=33.66%

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
Decimal1561811710.1400.060.2915614.4566.08
Hex9CB5ABE061D9ce42
Octal23426525316063523416102
Binary10011100101101011010101111100110111011001110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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