#9FB89E

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

Shades of Spring Rain #9FB89E

Tints of Spring Rain #9FB89E

Color information

#9FB89E (or 0x9FB89E) is unknown color: approx Spring Rain. HEX triplet: 9F, B8 and 9E. RGB value is (159,184,158). Sum of RGB (Red+Green+Blue) = 159+184+158=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB89E is #604761. Grayscale: #ADADAD. Windows color (decimal): -6309730 or 10401951. OLE color: 10401951.

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

Color convert

RGB159184158-
CMYK0.1400.140.28
HSL117.69º15.48%67.06%-
HSV(B)117.69º14.13%72.16%-
XYZ37.6144.1238.88-
YUV173.56119.22117.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.74%
GREEN value IS 184 (72.27% from 255) = 36.73%
BLUE value IS 158 (62.11% from 255) = 31.54%
R=31.74%
G=36.73%
B=31.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591841580.1400.140.28117.6915.4867.06
Hex9FB89EE0E1C76f43
Octal237270236160163416617103
Binary10011111101110001001111011100111011100111011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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