#9FBF9A

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

Shades of Spring Rain #9FBF9A

Tints of Spring Rain #9FBF9A

Color information

#9FBF9A (or 0x9FBF9A) is unknown color: approx Spring Rain. HEX triplet: 9F, BF and 9A. RGB value is (159,191,154). Sum of RGB (Red+Green+Blue) = 159+191+154=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBF9A is #604065. Grayscale: #B1B1B1. Windows color (decimal): -6307942 or 10141599. OLE color: 10141599.

HSL color Cylindrical-coordinate representation of color #9FBF9A: hue angle of 111.89º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FBF9A is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB159191154-
CMYK0.1700.190.25
HSL111.89º22.42%67.65%-
HSV(B)111.89º19.37%74.9%-
XYZ38.7646.9737.59-
YUV177.21114.9115.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=31.55%
G=37.90%
B=30.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591911540.1700.190.25111.8922.4267.65
Hex9FBF9A1101319701644
Octal237277232210233116026104
Binary10011111101111111001101010001010011110011110000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,191,154); }

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

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

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

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

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

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

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