#9FBAA0

Color #9FBAA0 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #9FBAA0

Tints of Spring Rain #9FBAA0

Color information

#9FBAA0 (or 0x9FBAA0) is unknown color: approx Spring Rain. HEX triplet: 9F, BA and A0. RGB value is (159,186,160). Sum of RGB (Red+Green+Blue) = 159+186+160=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBAA0 is #60455F. Grayscale: #AFAFAF. Windows color (decimal): -6309216 or 10533535. OLE color: 10533535.

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

Color convert

RGB159186160-
CMYK0.1500.140.27
HSL122.22º16.36%67.65%-
HSV(B)122.22º14.52%72.94%-
XYZ38.245.0339.94-
YUV174.96119.55116.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.49%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=31.49%
G=36.83%
B=31.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591861600.1500.140.27122.2216.3667.65
Hex9FBAA0F0E1B7a1044
Octal237272240170163317220104
Binary100111111011101010100000111101110110111111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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