#9CBCAB

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

Shades of Skeptic #9CBCAB

Tints of Skeptic #9CBCAB

Color information

#9CBCAB (or 0x9CBCAB) is unknown color: approx Skeptic. HEX triplet: 9C, BC and AB. RGB value is (156,188,171). Sum of RGB (Red+Green+Blue) = 156+188+171=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBCAB is #634354. Grayscale: #B0B0B0. Windows color (decimal): -6505301 or 11254940. OLE color: 11254940.

HSL color Cylindrical-coordinate representation of color #9CBCAB: hue angle of 148.12º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBCAB is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB156188171-
CMYK0.1700.090.26
HSL148.12º19.28%67.45%-
HSV(B)148.12º17.02%73.73%-
XYZ39.0445.9745.34-
YUV176.49124.9113.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.29%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=30.29%
G=36.50%
B=33.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561881710.1700.090.26148.1219.2867.45
Hex9CBCAB11091A941343
Octal234274253210113222423103
Binary10011100101111001010101110001010011101010010100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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