#9FB697

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

Shades of Spring Rain #9FB697

Tints of Spring Rain #9FB697

Color information

#9FB697 (or 0x9FB697) is unknown color: approx Spring Rain. HEX triplet: 9F, B6 and 97. RGB value is (159,182,151). Sum of RGB (Red+Green+Blue) = 159+182+151=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB697 is #604968. Grayscale: #ABABAB. Windows color (decimal): -6310249 or 9942687. OLE color: 9942687.

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

Color convert

RGB159182151-
CMYK0.1300.170.29
HSL104.52º17.51%65.29%-
HSV(B)104.52º17.03%71.37%-
XYZ36.6143.0635.66-
YUV171.59116.38119.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.32%
GREEN value IS 182 (71.48% from 255) = 36.99%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=32.32%
G=36.99%
B=30.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591821510.1300.170.29104.5217.5165.29
Hex9FB697D0111D691241
Octal237266227150213515122101
Binary1001111110110110100101111101010001111011101001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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