#9CBCB1

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

Shades of Shadow Green #9CBCB1

Tints of Shadow Green #9CBCB1

Color information

#9CBCB1 (or 0x9CBCB1) is unknown color: approx Shadow Green. HEX triplet: 9C, BC and B1. RGB value is (156,188,177). Sum of RGB (Red+Green+Blue) = 156+188+177=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBCB1 is #63434E. Grayscale: #B1B1B1. Windows color (decimal): -6505295 or 11648156. OLE color: 11648156.

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

Color convert

RGB156188177-
CMYK0.1700.060.26
HSL159.37º19.28%67.45%-
HSV(B)159.37º17.02%73.73%-
XYZ39.6346.2148.43-
YUV177.18127.9112.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.94%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=29.94%
G=36.08%
B=33.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561881770.1700.060.26159.3719.2867.45
Hex9CBCB111061A9f1343
Octal23427426121063223723103
Binary1001110010111100101100011000101101101010011111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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