#9FB5A0

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

Shades of Spring Rain #9FB5A0

Tints of Spring Rain #9FB5A0

Color information

#9FB5A0 (or 0x9FB5A0) is unknown color: approx Spring Rain. HEX triplet: 9F, B5 and A0. RGB value is (159,181,160). Sum of RGB (Red+Green+Blue) = 159+181+160=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB5A0 is #604A5F. Grayscale: #ACACAC. Windows color (decimal): -6310496 or 10532255. OLE color: 10532255.

HSL color Cylindrical-coordinate representation of color #9FB5A0: hue angle of 122.73º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FB5A0 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB159181160-
CMYK0.1200.120.29
HSL122.73º12.94%66.67%-
HSV(B)122.73º12.15%70.98%-
XYZ37.1742.9639.59-
YUV172.03121.21118.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 181 (71.09% from 255) = 36.2%
BLUE value IS 160 (62.89% from 255) = 32%
R=31.8%
G=36.2%
B=32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591811600.1200.120.29122.7312.9466.67
Hex9FB5A0C0C1D7bd43
Octal237265240140143517315103
Binary10011111101101011010000011000110011101111101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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