#9FBAB4

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

Shades of Shadow Green #9FBAB4

Tints of Shadow Green #9FBAB4

Color information

#9FBAB4 (or 0x9FBAB4) is unknown color: approx Shadow Green. HEX triplet: 9F, BA and B4. RGB value is (159,186,180). Sum of RGB (Red+Green+Blue) = 159+186+180=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBAB4 is #60454B. Grayscale: #B1B1B1. Windows color (decimal): -6309196 or 11844255. OLE color: 11844255.

HSL color Cylindrical-coordinate representation of color #9FBAB4: hue angle of 166.67º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBAB4 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB159186180-
CMYK0.1500.030.27
HSL166.67º16.36%67.65%-
HSV(B)166.67º14.52%72.94%-
XYZ40.145.7849.9-
YUV177.24129.55114.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.29%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=30.29%
G=35.43%
B=34.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591861800.1500.030.27166.6716.3667.65
Hex9FBAB4F031Ba71044
Octal23727226417033324720104
Binary10011111101110101011010011110111101110100111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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