#9FB69B

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

Shades of Spring Rain #9FB69B

Tints of Spring Rain #9FB69B

Color information

#9FB69B (or 0x9FB69B) is unknown color: approx Spring Rain. HEX triplet: 9F, B6 and 9B. RGB value is (159,182,155). Sum of RGB (Red+Green+Blue) = 159+182+155=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB69B is #604964. Grayscale: #ACACAC. Windows color (decimal): -6310245 or 10204831. OLE color: 10204831.

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

Color convert

RGB159182155-
CMYK0.1300.150.29
HSL111.11º15.61%66.08%-
HSV(B)111.11º14.84%71.37%-
XYZ36.9443.1937.4-
YUV172.04118.38118.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.06%
GREEN value IS 182 (71.48% from 255) = 36.69%
BLUE value IS 155 (60.94% from 255) = 31.25%
R=32.06%
G=36.69%
B=31.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591821550.1300.150.29111.1115.6166.08
Hex9FB69BD0F1D6f1042
Octal237266233150173515720102
Binary100111111011011010011011110101111111011101111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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