#9CB8AC

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

Shades of Skeptic #9CB8AC

Tints of Skeptic #9CB8AC

Color information

#9CB8AC (or 0x9CB8AC) is unknown color: approx Skeptic. HEX triplet: 9C, B8 and AC. RGB value is (156,184,172). Sum of RGB (Red+Green+Blue) = 156+184+172=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB8AC is #634753. Grayscale: #AEAEAE. Windows color (decimal): -6506324 or 11319452. OLE color: 11319452.

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

Color convert

RGB156184172-
CMYK0.1500.070.28
HSL154.29º16.47%66.67%-
HSV(B)154.29º15.22%72.16%-
XYZ38.344.3345.57-
YUV174.26126.72114.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.47%
GREEN value IS 184 (72.27% from 255) = 35.94%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=30.47%
G=35.94%
B=33.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1561841720.1500.070.28154.2916.4766.67
Hex9CB8ACF071C9a1043
Octal23427025417073423220103
Binary100111001011100010101100111101111110010011010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,184,172); }

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

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

 a { background-color: rgb(156,184,172); }

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

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

 span { border-color: rgb(156,184,172); }

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