#9CBCB3

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

Shades of Shadow Green #9CBCB3

Tints of Shadow Green #9CBCB3

Color information

#9CBCB3 (or 0x9CBCB3) is unknown color: approx Shadow Green. HEX triplet: 9C, BC and B3. RGB value is (156,188,179). Sum of RGB (Red+Green+Blue) = 156+188+179=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCB3 is #63434C. Grayscale: #B1B1B1. Windows color (decimal): -6505293 or 11779228. OLE color: 11779228.

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

Color convert

RGB156188179-
CMYK0.1700.050.26
HSL163.12º19.28%67.45%-
HSV(B)163.12º17.02%73.73%-
XYZ39.8346.2949.48-
YUV177.41128.9112.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.83%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 179 (70.31% from 255) = 34.23%
R=29.83%
G=35.95%
B=34.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561881790.1700.050.26163.1219.2867.45
Hex9CBCB311051Aa31343
Octal23427426321053224323103
Binary1001110010111100101100111000101011101010100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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