#9FB894

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

Shades of Spring Rain #9FB894

Tints of Spring Rain #9FB894

Color information

#9FB894 (or 0x9FB894) is unknown color: approx Spring Rain. HEX triplet: 9F, B8 and 94. RGB value is (159,184,148). Sum of RGB (Red+Green+Blue) = 159+184+148=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB894 is #60476B. Grayscale: #ACACAC. Windows color (decimal): -6309740 or 9746591. OLE color: 9746591.

HSL color Cylindrical-coordinate representation of color #9FB894: hue angle of 101.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FB894 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB159184148-
CMYK0.1400.200.28
HSL101.67º20.22%65.1%-
HSV(B)101.67º19.57%72.16%-
XYZ36.7843.7934.53-
YUV172.42114.22118.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.38%
GREEN value IS 184 (72.27% from 255) = 37.47%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=32.38%
G=37.47%
B=30.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591841480.1400.200.28101.6720.2265.1
Hex9FB894E0141C661441
Octal237270224160243414624101
Binary1001111110111000100101001110010100111001100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,184,148); }

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

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

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

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

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

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

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