#9FBDA0

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

Shades of Spring Rain #9FBDA0

Tints of Spring Rain #9FBDA0

Color information

#9FBDA0 (or 0x9FBDA0) is unknown color: approx Spring Rain. HEX triplet: 9F, BD and A0. RGB value is (159,189,160). Sum of RGB (Red+Green+Blue) = 159+189+160=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBDA0 is #60425F. Grayscale: #B0B0B0. Windows color (decimal): -6308448 or 10534303. OLE color: 10534303.

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

Color convert

RGB159189160-
CMYK0.1600.150.26
HSL122º18.52%68.24%-
HSV(B)122º15.87%74.12%-
XYZ38.8446.340.15-
YUV176.72118.56115.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.30%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 160 (62.89% from 255) = 31.50%
R=31.30%
G=37.20%
B=31.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891600.1600.150.2612218.5268.24
Hex9FBDA0100F1A7a1344
Octal237275240200173217223104
Binary1001111110111101101000001000001111110101111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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