#9CBAAA

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

Shades of Skeptic #9CBAAA

Tints of Skeptic #9CBAAA

Color information

#9CBAAA (or 0x9CBAAA) is unknown color: approx Skeptic. HEX triplet: 9C, BA and AA. RGB value is (156,186,170). Sum of RGB (Red+Green+Blue) = 156+186+170=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBAAA is #634555. Grayscale: #AFAFAF. Windows color (decimal): -6505814 or 11188892. OLE color: 11188892.

HSL color Cylindrical-coordinate representation of color #9CBAAA: hue angle of 148º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CBAAA is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB156186170-
CMYK0.1600.090.27
HSL148º17.86%67.06%-
HSV(B)148º16.13%72.94%-
XYZ38.5245.0944.7-
YUV175.21125.06114.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.47%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=30.47%
G=36.33%
B=33.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861700.1600.090.2714817.8667.06
Hex9CBAAA10091B941243
Octal234272252200113322422103
Binary10011100101110101010101010000010011101110010100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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