#9DBC94

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

Shades of Spring Rain #9DBC94

Tints of Spring Rain #9DBC94

Color information

#9DBC94 (or 0x9DBC94) is unknown color: approx Spring Rain. HEX triplet: 9D, BC and 94. RGB value is (157,188,148). Sum of RGB (Red+Green+Blue) = 157+188+148=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBC94 is #62436B. Grayscale: #AEAEAE. Windows color (decimal): -6439788 or 9747613. OLE color: 9747613.

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

Color convert

RGB157188148-
CMYK0.1600.210.26
HSL106.5º22.99%65.88%-
HSV(B)106.5º21.28%73.73%-
XYZ37.2345.2734.79-
YUV174.17113.23115.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.85%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=31.85%
G=38.13%
B=30.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571881480.1600.210.26106.522.9965.88
Hex9DBC94100151A6a1742
Octal235274224200253215227102
Binary10011101101111001001010010000010101110101101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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