#9CBFB6

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

Shades of Shadow Green #9CBFB6

Tints of Shadow Green #9CBFB6

Color information

#9CBFB6 (or 0x9CBFB6) is unknown color: approx Shadow Green. HEX triplet: 9C, BF and B6. RGB value is (156,191,182). Sum of RGB (Red+Green+Blue) = 156+191+182=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFB6 is #634049. Grayscale: #B3B3B3. Windows color (decimal): -6504522 or 11976604. OLE color: 11976604.

HSL color Cylindrical-coordinate representation of color #9CBFB6: hue angle of 164.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CBFB6 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB156191182-
CMYK0.1800.050.25
HSL164.57º21.47%68.04%-
HSV(B)164.57º18.32%74.9%-
XYZ40.7847.7151.31-
YUV179.51129.4111.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.49%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=29.49%
G=36.11%
B=34.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911820.1800.050.25164.5721.4768.04
Hex9CBFB6120519a51544
Octal23427726622053124525104
Binary1001110010111111101101101001001011100110100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,191,182); }

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

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

 a { background-color: rgb(156,191,182); }

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

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

 span { border-color: rgb(156,191,182); }

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