#9FBCA1

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

Shades of Spring Rain #9FBCA1

Tints of Spring Rain #9FBCA1

Color information

#9FBCA1 (or 0x9FBCA1) is unknown color: approx Spring Rain. HEX triplet: 9F, BC and A1. RGB value is (159,188,161). Sum of RGB (Red+Green+Blue) = 159+188+161=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBCA1 is #60435E. Grayscale: #B0B0B0. Windows color (decimal): -6308703 or 10599583. OLE color: 10599583.

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

Color convert

RGB159188161-
CMYK0.1500.140.26
HSL124.14º17.79%68.04%-
HSV(B)124.14º15.43%73.73%-
XYZ38.7145.9140.54-
YUV176.25119.39115.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.30%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 161 (63.28% from 255) = 31.69%
R=31.30%
G=37.01%
B=31.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881610.1500.140.26124.1417.7968.04
Hex9FBCA1F0E1A7c1244
Octal237274241170163217422104
Binary100111111011110010100001111101110110101111100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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