Html Css Color HEX #9DBE96 Spring Rain

📋 copy color: '#9DBE96'

red 157 ◦ green 190 ◦ blue 150

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

Shades of Spring Rain #9DBE96

Tints of Spring Rain #9DBE96

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.23%

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

R = 31.59%
G = 38.23%
B = 30.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#9DBE96 (or 0x9DBE96) is known color: Spring Rain. HEX triplet: 9D, BE and 96. RGB value is (157,190,150). Sum of RGB (Red+Green+Blue) = 157+190+150=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBE96 is #624169. Grayscale: #AFAFAF. Windows color (decimal): -6439274 or 9879197. OLE color: 9879197.

HSL color Cylindrical-coordinate representation of color #9DBE96: hue angle of 109.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DBE96 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 190 150 -
CMYK 0.17 0 0.21 0.25
HSL 109.5º 0.24% 0.67% -
HSV(B) 109.5º 0.21% 0.75% -
XYZ 37.82 46.2 35.78 -
YUV 175.57 113.57 114.75 -
System Red Green Blue C M Y K H S L
Decimal 157 190 150 0.17 0 0.21 0.25 109.5 0.24 0.67
Hex 9D BE 96 11 0 15 19 6E 18 43
Octal 235 276 226 21 0 25 31 156 30 103
Binary 10011101 10111110 10010110 10001 0 10101 11001 1101110 11000 1000011

Color Harmonies of #9DBE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBE96

Black with #9DBE96

Text Example


Text Example

White with #9DBE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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