#9DB195

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

Shades of Spring Rain #9DB195

Tints of Spring Rain #9DB195

Color information

#9DB195 (or 0x9DB195) is unknown color: approx Spring Rain. HEX triplet: 9D, B1 and 95. RGB value is (157,177,149). Sum of RGB (Red+Green+Blue) = 157+177+149=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB195 is #624E6A. Grayscale: #A7A7A7. Windows color (decimal): -6442603 or 9810333. OLE color: 9810333.

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

Color convert

RGB157177149-
CMYK0.1100.160.31
HSL102.86º15.22%63.92%-
HSV(B)102.86º15.82%69.41%-
XYZ35.0540.7834.46-
YUV167.83117.37120.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.51%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=32.51%
G=36.65%
B=30.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571771490.1100.160.31102.8615.2263.92
Hex9DB195B0101F67f40
Octal235261225130203714717100
Binary100111011011000110010101101101000011111110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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