#9FBCA0

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

Shades of Spring Rain #9FBCA0

Tints of Spring Rain #9FBCA0

Color information

#9FBCA0 (or 0x9FBCA0) is unknown color: approx Spring Rain. HEX triplet: 9F, BC and A0. RGB value is (159,188,160). Sum of RGB (Red+Green+Blue) = 159+188+160=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBCA0 is #60435F. Grayscale: #B0B0B0. Windows color (decimal): -6308704 or 10534047. OLE color: 10534047.

HSL color Cylindrical-coordinate representation of color #9FBCA0: hue angle of 122.07º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBCA0 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB159188160-
CMYK0.1500.150.26
HSL122.07º17.79%68.04%-
HSV(B)122.07º15.43%73.73%-
XYZ38.6345.8840.08-
YUV176.14118.89115.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.36%
GREEN value IS 188 (73.83% from 255) = 37.08%
BLUE value IS 160 (62.89% from 255) = 31.56%
R=31.36%
G=37.08%
B=31.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881600.1500.150.26122.0717.7968.04
Hex9FBCA0F0F1A7a1244
Octal237274240170173217222104
Binary100111111011110010100000111101111110101111010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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