#9FB69C

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

Shades of Spring Rain #9FB69C

Tints of Spring Rain #9FB69C

Color information

#9FB69C (or 0x9FB69C) is unknown color: approx Spring Rain. HEX triplet: 9F, B6 and 9C. RGB value is (159,182,156). Sum of RGB (Red+Green+Blue) = 159+182+156=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB69C is #604963. Grayscale: #ACACAC. Windows color (decimal): -6310244 or 10270367. OLE color: 10270367.

HSL color Cylindrical-coordinate representation of color #9FB69C: hue angle of 113.08º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9FB69C is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB159182156-
CMYK0.1300.140.29
HSL113.08º15.12%66.27%-
HSV(B)113.08º14.29%71.37%-
XYZ37.0343.2337.84-
YUV172.16118.88118.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.99%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=31.99%
G=36.62%
B=31.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591821560.1300.140.29113.0815.1266.27
Hex9FB69CD0E1D71f42
Octal237266234150163516117102
Binary10011111101101101001110011010111011101111000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,182,156); }

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

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

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

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

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

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

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