#9FBCBA

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

Shades of Shadow Green #9FBCBA

Tints of Shadow Green #9FBCBA

Color information

#9FBCBA (or 0x9FBCBA) is unknown color: approx Shadow Green. HEX triplet: 9F, BC and BA. RGB value is (159,188,186). Sum of RGB (Red+Green+Blue) = 159+188+186=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCBA is #604345. Grayscale: #B3B3B3. Windows color (decimal): -6308678 or 12237983. OLE color: 12237983.

HSL color Cylindrical-coordinate representation of color #9FBCBA: hue angle of 175.86º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBCBA is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB159188186-
CMYK0.1500.010.26
HSL175.86º17.79%68.04%-
HSV(B)175.86º15.43%73.73%-
XYZ41.1446.8853.34-
YUV179.1131.89113.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.83%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=29.83%
G=35.27%
B=34.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881860.1500.010.26175.8617.7968.04
Hex9FBCBAF011Ab01244
Octal23727427217013226022104
Binary1001111110111100101110101111011101010110000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,188,186); }

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

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

 a { background-color: rgb(159,188,186); }

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

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

 span { border-color: rgb(159,188,186); }

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