Html Css Color HEX #9DB49D Spring Rain

📋 copy color: '#9DB49D'

red 157 ◦ green 180 ◦ blue 157

#9DB49D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #9DB49D

Tints of Spring Rain #9DB49D

RGB

 RED value IS 157 (61.72% from 255) = 31.78%

 GREEN value IS 180 (70.7% from 255) = 36.44%

 BLUE value IS 157 (61.72% from 255) = 31.78%

R = 31.78%
G = 36.44%
B = 31.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#9DB49D (or 0x9DB49D) is known color: Spring Rain. HEX triplet: 9D, B4 and 9D. RGB value is (157,180,157). Sum of RGB (Red+Green+Blue) = 157+180+157=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB49D is #624B62. Grayscale: #AAAAAA. Windows color (decimal): -6441827 or 10335389. OLE color: 10335389.

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

Color convert

RGB 157 180 157 -
CMYK 0.13 0 0.13 0.29
HSL 120º 0.13% 0.66% -
HSV(B) 120º 0.13% 0.71% -
XYZ 36.31 42.24 38.14 -
YUV 170.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 157 180 157 0.13 0 0.13 0.29 120 0.13 0.66
Hex 9D B4 9D D 0 D 1D 78 D 42
Octal 235 264 235 15 0 15 35 170 15 102
Binary 10011101 10110100 10011101 1101 0 1101 11101 1111000 1101 1000010

Color Harmonies of #9DB49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB49D

Black with #9DB49D

Text Example


Text Example

White with #9DB49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DB49D;
 }
 .AnyTagClassName
 {
   color: #9DB49D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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