#9FBDBA

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

Shades of Shadow Green #9FBDBA

Tints of Shadow Green #9FBDBA

Color information

#9FBDBA (or 0x9FBDBA) is unknown color: approx Shadow Green. HEX triplet: 9F, BD and BA. RGB value is (159,189,186). Sum of RGB (Red+Green+Blue) = 159+189+186=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDBA is #604245. Grayscale: #B3B3B3. Windows color (decimal): -6308422 or 12238239. OLE color: 12238239.

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

Color convert

RGB159189186-
CMYK0.1600.020.26
HSL174º18.52%68.24%-
HSV(B)174º15.87%74.12%-
XYZ41.3647.3153.41-
YUV179.69131.56113.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.78%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=29.78%
G=35.39%
B=34.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891860.1600.020.2617418.5268.24
Hex9FBDBA10021Aae1344
Octal23727527220023225623104
Binary100111111011110110111010100000101101010101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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