Html Css Color HEX #9DBD96 Spring Rain

📋 copy color: '#9DBD96'

red 157 ◦ green 189 ◦ blue 150

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

Shades of Spring Rain #9DBD96

Tints of Spring Rain #9DBD96

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.1%

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

R = 31.65%
G = 38.1%
B = 30.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#9DBD96 (or 0x9DBD96) is known color: Spring Rain. HEX triplet: 9D, BD and 96. RGB value is (157,189,150). Sum of RGB (Red+Green+Blue) = 157+189+150=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBD96 is #624269. Grayscale: #AFAFAF. Windows color (decimal): -6439530 or 9878941. OLE color: 9878941.

HSL color Cylindrical-coordinate representation of color #9DBD96: hue angle of 109.23º 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 #9DBD96 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 189 150 -
CMYK 0.17 0 0.21 0.26
HSL 109.23º 0.23% 0.66% -
HSV(B) 109.23º 0.21% 0.74% -
XYZ 37.61 45.77 35.71 -
YUV 174.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 157 189 150 0.17 0 0.21 0.26 109.23 0.23 0.66
Hex 9D BD 96 11 0 15 1A 6D 17 42
Octal 235 275 226 21 0 25 32 155 27 102
Binary 10011101 10111101 10010110 10001 0 10101 11010 1101101 10111 1000010

Color Harmonies of #9DBD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBD96

Black with #9DBD96

Text Example


Text Example

White with #9DBD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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