Html Css Color HEX #9DBD9D Spring Rain

📋 copy color: '#9DBD9D'

red 157 ◦ green 189 ◦ blue 157

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

Shades of Spring Rain #9DBD9D

Tints of Spring Rain #9DBD9D

RGB

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

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

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

R = 31.21%
G = 37.57%
B = 31.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#9DBD9D (or 0x9DBD9D) is known color: Spring Rain. HEX triplet: 9D, BD and 9D. RGB value is (157,189,157). Sum of RGB (Red+Green+Blue) = 157+189+157=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBD9D is #624262. Grayscale: #AFAFAF. Windows color (decimal): -6439523 or 10337693. OLE color: 10337693.

HSL color Cylindrical-coordinate representation of color #9DBD9D: hue angle of 120º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBD9D is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 189 157 -
CMYK 0.17 0 0.17 0.26
HSL 120º 0.2% 0.68% -
HSV(B) 120º 0.17% 0.74% -
XYZ 38.19 46 38.76 -
YUV 175.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 157 189 157 0.17 0 0.17 0.26 120 0.2 0.68
Hex 9D BD 9D 11 0 11 1A 78 14 44
Octal 235 275 235 21 0 21 32 170 24 104
Binary 10011101 10111101 10011101 10001 0 10001 11010 1111000 10100 1000100

Color Harmonies of #9DBD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBD9D

Black with #9DBD9D

Text Example


Text Example

White with #9DBD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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