Html Css Color HEX #9DBD9C Spring Rain

📋 copy color: '#9DBD9C'

red 157 ◦ green 189 ◦ blue 156

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

Shades of Spring Rain #9DBD9C

Tints of Spring Rain #9DBD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 31.27%
G = 37.65%
B = 31.08%

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

#9DBD9C (or 0x9DBD9C) is known color: Spring Rain. HEX triplet: 9D, BD and 9C. RGB value is (157,189,156). Sum of RGB (Red+Green+Blue) = 157+189+156=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBD9C is #624263. Grayscale: #AFAFAF. Windows color (decimal): -6439524 or 10272157. OLE color: 10272157.

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

Color convert

RGB 157 189 156 -
CMYK 0.17 0 0.17 0.26
HSL 118.18º 0.2% 0.68% -
HSV(B) 118.18º 0.17% 0.74% -
XYZ 38.1 45.96 38.32 -
YUV 175.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 157 189 156 0.17 0 0.17 0.26 118.18 0.2 0.68
Hex 9D BD 9C 11 0 11 1A 76 14 44
Octal 235 275 234 21 0 21 32 166 24 104
Binary 10011101 10111101 10011100 10001 0 10001 11010 1110110 10100 1000100

Color Harmonies of #9DBD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBD9C

Black with #9DBD9C

Text Example


Text Example

White with #9DBD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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