#9CBCBA

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

Shades of Shadow Green #9CBCBA

Tints of Shadow Green #9CBCBA

Color information

#9CBCBA (or 0x9CBCBA) is unknown color: approx Shadow Green. HEX triplet: 9C, BC and BA. RGB value is (156,188,186). Sum of RGB (Red+Green+Blue) = 156+188+186=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCBA is #634345. Grayscale: #B2B2B2. Windows color (decimal): -6505286 or 12237980. OLE color: 12237980.

HSL color Cylindrical-coordinate representation of color #9CBCBA: hue angle of 176.25º 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 #9CBCBA is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB156188186-
CMYK0.1700.010.26
HSL176.25º19.28%67.45%-
HSV(B)176.25º17.02%73.73%-
XYZ40.5646.5853.31-
YUV178.2132.4112.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.43%
GREEN value IS 188 (73.83% from 255) = 35.47%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=29.43%
G=35.47%
B=35.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561881860.1700.010.26176.2519.2867.45
Hex9CBCBA11011Ab01343
Octal23427427221013226023103
Binary10011100101111001011101010001011101010110000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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