#9CB2AA

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

Shades of Skeptic #9CB2AA

Tints of Skeptic #9CB2AA

Color information

#9CB2AA (or 0x9CB2AA) is unknown color: approx Skeptic. HEX triplet: 9C, B2 and AA. RGB value is (156,178,170). Sum of RGB (Red+Green+Blue) = 156+178+170=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB2AA is #634D55. Grayscale: #AAAAAA. Windows color (decimal): -6507862 or 11186844. OLE color: 11186844.

HSL color Cylindrical-coordinate representation of color #9CB2AA: hue angle of 158.18º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CB2AA is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB156178170-
CMYK0.1200.040.30
HSL158.18º12.5%65.49%-
HSV(B)158.18º12.36%69.8%-
XYZ36.8941.8144.16-
YUV170.51127.71117.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.95%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=30.95%
G=35.32%
B=33.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1561781700.1200.040.30158.1812.565.49
Hex9CB2AAC041E9ec41
Octal23426225214043623614101
Binary10011100101100101010101011000100111101001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,178,170); }

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

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

 a { background-color: rgb(156,178,170); }

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

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

 span { border-color: rgb(156,178,170); }

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