#9CBFBA

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

Shades of Shadow Green #9CBFBA

Tints of Shadow Green #9CBFBA

Color information

#9CBFBA (or 0x9CBFBA) is unknown color: approx Shadow Green. HEX triplet: 9C, BF and BA. RGB value is (156,191,186). Sum of RGB (Red+Green+Blue) = 156+191+186=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFBA is #634045. Grayscale: #B3B3B3. Windows color (decimal): -6504518 or 12238748. OLE color: 12238748.

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

Color convert

RGB156191186-
CMYK0.1800.030.25
HSL171.43º21.47%68.04%-
HSV(B)171.43º18.32%74.9%-
XYZ41.247.8753.52-
YUV179.96131.4110.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.27%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=29.27%
G=35.83%
B=34.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911860.1800.030.25171.4321.4768.04
Hex9CBFBA120319ab1544
Octal23427727222033125325104
Binary100111001011111110111010100100111100110101011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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