#9FBA9E

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

Shades of Spring Rain #9FBA9E

Tints of Spring Rain #9FBA9E

Color information

#9FBA9E (or 0x9FBA9E) is unknown color: approx Spring Rain. HEX triplet: 9F, BA and 9E. RGB value is (159,186,158). Sum of RGB (Red+Green+Blue) = 159+186+158=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBA9E is #604561. Grayscale: #AEAEAE. Windows color (decimal): -6309218 or 10402463. OLE color: 10402463.

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

Color convert

RGB159186158-
CMYK0.1500.150.27
HSL117.86º16.87%67.45%-
HSV(B)117.86º15.05%72.94%-
XYZ38.0344.9639.02-
YUV174.74118.55116.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.61%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=31.61%
G=36.98%
B=31.41%

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
Decimal1591861580.1500.150.27117.8616.8767.45
Hex9FBA9EF0F1B761143
Octal237272236170173316621103
Binary100111111011101010011110111101111110111110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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