#9FBD93

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

Shades of Spring Rain #9FBD93

Tints of Spring Rain #9FBD93

Color information

#9FBD93 (or 0x9FBD93) is unknown color: approx Spring Rain. HEX triplet: 9F, BD and 93. RGB value is (159,189,147). Sum of RGB (Red+Green+Blue) = 159+189+147=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBD93 is #60426C. Grayscale: #AFAFAF. Windows color (decimal): -6308461 or 9682335. OLE color: 9682335.

HSL color Cylindrical-coordinate representation of color #9FBD93: hue angle of 102.86º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FBD93 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB159189147-
CMYK0.1600.220.26
HSL102.86º24.14%65.88%-
HSV(B)102.86º22.22%74.12%-
XYZ37.7645.8734.47-
YUV175.24112.06116.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.12%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=32.12%
G=38.18%
B=29.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891470.1600.220.26102.8624.1465.88
Hex9FBD93100161A671842
Octal237275223200263214730102
Binary10011111101111011001001110000010110110101100111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,189,147); }

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

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

 a { background-color: rgb(159,189,147); }

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

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

 span { border-color: rgb(159,189,147); }

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