#9CBCB4

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

Shades of Shadow Green #9CBCB4

Tints of Shadow Green #9CBCB4

Color information

#9CBCB4 (or 0x9CBCB4) is unknown color: approx Shadow Green. HEX triplet: 9C, BC and B4. RGB value is (156,188,180). Sum of RGB (Red+Green+Blue) = 156+188+180=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCB4 is #63434B. Grayscale: #B1B1B1. Windows color (decimal): -6505292 or 11844764. OLE color: 11844764.

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

Color convert

RGB156188180-
CMYK0.1700.040.26
HSL165º19.28%67.45%-
HSV(B)165º17.02%73.73%-
XYZ39.9346.3350.02-
YUV177.52129.4112.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.77%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=29.77%
G=35.88%
B=34.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561881800.1700.040.2616519.2867.45
Hex9CBCB411041Aa51343
Octal23427426421043224523103
Binary1001110010111100101101001000101001101010100101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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