#9FBAA5

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

Shades of Summer Green #9FBAA5

Tints of Summer Green #9FBAA5

Color information

#9FBAA5 (or 0x9FBAA5) is unknown color: approx Summer Green. HEX triplet: 9F, BA and A5. RGB value is (159,186,165). Sum of RGB (Red+Green+Blue) = 159+186+165=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBAA5 is #60455A. Grayscale: #AFAFAF. Windows color (decimal): -6309211 or 10861215. OLE color: 10861215.

HSL color Cylindrical-coordinate representation of color #9FBAA5: hue angle of 133.33º 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 #9FBAA5 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB159186165-
CMYK0.1500.110.27
HSL133.33º16.36%67.65%-
HSV(B)133.33º14.52%72.94%-
XYZ38.6545.2142.29-
YUV175.53122.05116.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.18%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 165 (64.84% from 255) = 32.35%
R=31.18%
G=36.47%
B=32.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591861650.1500.110.27133.3316.3667.65
Hex9FBAA5F0B1B851044
Octal237272245170133320520104
Binary1001111110111010101001011111010111101110000101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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