#9DB39C

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

Shades of Spring Rain #9DB39C

Tints of Spring Rain #9DB39C

Color information

#9DB39C (or 0x9DB39C) is unknown color: approx Spring Rain. HEX triplet: 9D, B3 and 9C. RGB value is (157,179,156). Sum of RGB (Red+Green+Blue) = 157+179+156=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB39C is #624C63. Grayscale: #A9A9A9. Windows color (decimal): -6442084 or 10269597. OLE color: 10269597.

HSL color Cylindrical-coordinate representation of color #9DB39C: hue angle of 117.39º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DB39C is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB157179156-
CMYK0.1200.130.30
HSL117.39º13.14%65.69%-
HSV(B)117.39º12.85%70.2%-
XYZ36.0341.8137.62-
YUV169.8120.21118.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=31.91%
G=36.38%
B=31.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571791560.1200.130.30117.3913.1465.69
Hex9DB39CC0D1E75d42
Octal235263234140153616515102
Binary10011101101100111001110011000110111110111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,179,156); }

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

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

 a { background-color: rgb(157,179,156); }

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

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

 span { border-color: rgb(157,179,156); }

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