#9CBFB7

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

Shades of Shadow Green #9CBFB7

Tints of Shadow Green #9CBFB7

Color information

#9CBFB7 (or 0x9CBFB7) is unknown color: approx Shadow Green. HEX triplet: 9C, BF and B7. RGB value is (156,191,183). Sum of RGB (Red+Green+Blue) = 156+191+183=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFB7 is #634048. Grayscale: #B3B3B3. Windows color (decimal): -6504521 or 12042140. OLE color: 12042140.

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

Color convert

RGB156191183-
CMYK0.1800.040.25
HSL166.29º21.47%68.04%-
HSV(B)166.29º18.32%74.9%-
XYZ40.8947.7551.86-
YUV179.62129.9111.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.43%
GREEN value IS 191 (75% from 255) = 36.04%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=29.43%
G=36.04%
B=34.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911830.1800.040.25166.2921.4768.04
Hex9CBFB7120419a61544
Octal23427726722043124625104
Binary1001110010111111101101111001001001100110100110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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