#9CBAB1

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

Shades of Shadow Green #9CBAB1

Tints of Shadow Green #9CBAB1

Color information

#9CBAB1 (or 0x9CBAB1) is unknown color: approx Shadow Green. HEX triplet: 9C, BA and B1. RGB value is (156,186,177). Sum of RGB (Red+Green+Blue) = 156+186+177=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBAB1 is #63454E. Grayscale: #B0B0B0. Windows color (decimal): -6505807 or 11647644. OLE color: 11647644.

HSL color Cylindrical-coordinate representation of color #9CBAB1: hue angle of 162º 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 #9CBAB1 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB156186177-
CMYK0.1600.050.27
HSL162º17.86%67.06%-
HSV(B)162º16.13%72.94%-
XYZ39.2145.3648.28-
YUV176128.56113.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.06%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=30.06%
G=35.84%
B=34.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861770.1600.050.2716217.8667.06
Hex9CBAB110051Ba21243
Octal23427226120053324222103
Binary1001110010111010101100011000001011101110100010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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