Html Css Color HEX #9DB496 Spring Rain

📋 copy color: '#9DB496'

red 157 ◦ green 180 ◦ blue 150

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

Shades of Spring Rain #9DB496

Tints of Spring Rain #9DB496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.8%

R = 32.24%
G = 36.96%
B = 30.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#9DB496 (or 0x9DB496) is known color: Spring Rain. HEX triplet: 9D, B4 and 96. RGB value is (157,180,150). Sum of RGB (Red+Green+Blue) = 157+180+150=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB496 is #624B69. Grayscale: #A9A9A9. Windows color (decimal): -6441834 or 9876637. OLE color: 9876637.

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

Color convert

RGB 157 180 150 -
CMYK 0.13 0 0.17 0.29
HSL 106º 0.17% 0.65% -
HSV(B) 106º 0.17% 0.71% -
XYZ 35.73 42.01 35.08 -
YUV 169.7 116.88 118.94 -
System Red Green Blue C M Y K H S L
Decimal 157 180 150 0.13 0 0.17 0.29 106 0.17 0.65
Hex 9D B4 96 D 0 11 1D 6A 11 41
Octal 235 264 226 15 0 21 35 152 21 101
Binary 10011101 10110100 10010110 1101 0 10001 11101 1101010 10001 1000001

Color Harmonies of #9DB496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB496

Black with #9DB496

Text Example


Text Example

White with #9DB496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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