#9FBD9F

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

Shades of Spring Rain #9FBD9F

Tints of Spring Rain #9FBD9F

Color information

#9FBD9F (or 0x9FBD9F) is unknown color: approx Spring Rain. HEX triplet: 9F, BD and 9F. RGB value is (159,189,159). Sum of RGB (Red+Green+Blue) = 159+189+159=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBD9F is #604260. Grayscale: #B0B0B0. Windows color (decimal): -6308449 or 10468767. OLE color: 10468767.

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

Color convert

RGB159189159-
CMYK0.1600.160.26
HSL120º18.52%68.24%-
HSV(B)120º15.87%74.12%-
XYZ38.7546.2739.69-
YUV176.61118.06115.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.36%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=31.36%
G=37.28%
B=31.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891590.1600.160.2612018.5268.24
Hex9FBD9F100101A781344
Octal237275237200203217023104
Binary10011111101111011001111110000010000110101111000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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