#9DB49A

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

Shades of Spring Rain #9DB49A

Tints of Spring Rain #9DB49A

Color information

#9DB49A (or 0x9DB49A) is unknown color: approx Spring Rain. HEX triplet: 9D, B4 and 9A. RGB value is (157,180,154). Sum of RGB (Red+Green+Blue) = 157+180+154=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB49A is #624B65. Grayscale: #AAAAAA. Windows color (decimal): -6441830 or 10138781. OLE color: 10138781.

HSL color Cylindrical-coordinate representation of color #9DB49A: hue angle of 113.08º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DB49A is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB157180154-
CMYK0.1300.140.29
HSL113.08º14.77%65.49%-
HSV(B)113.08º14.44%70.59%-
XYZ36.0642.1436.81-
YUV170.16118.88118.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.98%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=31.98%
G=36.66%
B=31.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571801540.1300.140.29113.0814.7765.49
Hex9DB49AD0E1D71f41
Octal235264232150163516117101
Binary10011101101101001001101011010111011101111000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,180,154); }

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

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

 a { background-color: rgb(157,180,154); }

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

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

 span { border-color: rgb(157,180,154); }

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