#9CB7AA

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

Shades of Skeptic #9CB7AA

Tints of Skeptic #9CB7AA

Color information

#9CB7AA (or 0x9CB7AA) is unknown color: approx Skeptic. HEX triplet: 9C, B7 and AA. RGB value is (156,183,170). Sum of RGB (Red+Green+Blue) = 156+183+170=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB7AA is #634855. Grayscale: #ADADAD. Windows color (decimal): -6506582 or 11188124. OLE color: 11188124.

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

Color convert

RGB156183170-
CMYK0.1500.070.28
HSL151.11º15.79%66.47%-
HSV(B)151.11º14.75%71.76%-
XYZ37.943.8444.49-
YUV173.44126.05115.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.65%
GREEN value IS 183 (71.88% from 255) = 35.95%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=30.65%
G=35.95%
B=33.40%

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
Decimal1561831700.1500.070.28151.1115.7966.47
Hex9CB7AAF071C971042
Octal23426725217073422720102
Binary100111001011011110101010111101111110010010111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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