#9FBA9F

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

Shades of Spring Rain #9FBA9F

Tints of Spring Rain #9FBA9F

Color information

#9FBA9F (or 0x9FBA9F) is unknown color: approx Spring Rain. HEX triplet: 9F, BA and 9F. RGB value is (159,186,159). Sum of RGB (Red+Green+Blue) = 159+186+159=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBA9F is #604560. Grayscale: #AEAEAE. Windows color (decimal): -6309217 or 10467999. OLE color: 10467999.

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

Color convert

RGB159186159-
CMYK0.1500.150.27
HSL120º16.36%67.65%-
HSV(B)120º14.52%72.94%-
XYZ38.1144.9939.48-
YUV174.85119.05116.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=31.55%
G=36.90%
B=31.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591861590.1500.150.2712016.3667.65
Hex9FBA9FF0F1B781044
Octal237272237170173317020104
Binary100111111011101010011111111101111110111111000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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