#9DB197

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

Shades of Spring Rain #9DB197

Tints of Spring Rain #9DB197

Color information

#9DB197 (or 0x9DB197) is unknown color: approx Spring Rain. HEX triplet: 9D, B1 and 97. RGB value is (157,177,151). Sum of RGB (Red+Green+Blue) = 157+177+151=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB197 is #624E68. Grayscale: #A8A8A8. Windows color (decimal): -6442601 or 9941405. OLE color: 9941405.

HSL color Cylindrical-coordinate representation of color #9DB197: hue angle of 106.15º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9DB197 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB157177151-
CMYK0.1100.150.31
HSL106.15º14.29%64.31%-
HSV(B)106.15º14.69%69.41%-
XYZ35.2140.8535.31-
YUV168.06118.37120.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.37%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=32.37%
G=36.49%
B=31.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571771510.1100.150.31106.1514.2964.31
Hex9DB197B0F1F6ae40
Octal235261227130173715216100
Binary10011101101100011001011110110111111111110101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,177,151); }

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

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

 a { background-color: rgb(157,177,151); }

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

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

 span { border-color: rgb(157,177,151); }

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