#9DBD94

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

Shades of Spring Rain #9DBD94

Tints of Spring Rain #9DBD94

Color information

#9DBD94 (or 0x9DBD94) is unknown color: approx Spring Rain. HEX triplet: 9D, BD and 94. RGB value is (157,189,148). Sum of RGB (Red+Green+Blue) = 157+189+148=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBD94 is #62426B. Grayscale: #AEAEAE. Windows color (decimal): -6439532 or 9747869. OLE color: 9747869.

HSL color Cylindrical-coordinate representation of color #9DBD94: hue angle of 106.83º 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 #9DBD94 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB157189148-
CMYK0.1700.220.26
HSL106.83º23.7%66.08%-
HSV(B)106.83º21.69%74.12%-
XYZ37.4545.734.86-
YUV174.76112.9115.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.78%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=31.78%
G=38.26%
B=29.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571891480.1700.220.26106.8323.766.08
Hex9DBD94110161A6b1842
Octal235275224210263215330102
Binary10011101101111011001010010001010110110101101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,189,148); }

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

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

 a { background-color: rgb(157,189,148); }

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

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

 span { border-color: rgb(157,189,148); }

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