#9FBB9E

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

Shades of Spring Rain #9FBB9E

Tints of Spring Rain #9FBB9E

Color information

#9FBB9E (or 0x9FBB9E) is unknown color: approx Spring Rain. HEX triplet: 9F, BB and 9E. RGB value is (159,187,158). Sum of RGB (Red+Green+Blue) = 159+187+158=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBB9E is #604461. Grayscale: #AFAFAF. Windows color (decimal): -6308962 or 10402719. OLE color: 10402719.

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

Color convert

RGB159187158-
CMYK0.1500.160.27
HSL117.93º17.58%67.65%-
HSV(B)117.93º15.51%73.33%-
XYZ38.2445.3839.09-
YUV175.32118.22116.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=31.55%
G=37.10%
B=31.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591871580.1500.160.27117.9317.5867.65
Hex9FBB9EF0101B761244
Octal237273236170203316622104
Binary1001111110111011100111101111010000110111110110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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