Html Css Color HEX #9DBB96 Spring Rain

📋 copy color: '#9DBB96'

red 157 ◦ green 187 ◦ blue 150

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

Shades of Spring Rain #9DBB96

Tints of Spring Rain #9DBB96

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.85%

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

R = 31.78%
G = 37.85%
B = 30.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#9DBB96 (or 0x9DBB96) is known color: Spring Rain. HEX triplet: 9D, BB and 96. RGB value is (157,187,150). Sum of RGB (Red+Green+Blue) = 157+187+150=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBB96 is #624469. Grayscale: #ADADAD. Windows color (decimal): -6440042 or 9878429. OLE color: 9878429.

HSL color Cylindrical-coordinate representation of color #9DBB96: hue angle of 108.65º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DBB96 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 187 150 -
CMYK 0.16 0 0.20 0.27
HSL 108.65º 0.21% 0.66% -
HSV(B) 108.65º 0.2% 0.73% -
XYZ 37.18 44.91 35.56 -
YUV 173.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 157 187 150 0.16 0 0.20 0.27 108.65 0.21 0.66
Hex 9D BB 96 10 0 14 1B 6D 15 42
Octal 235 273 226 20 0 24 33 155 25 102
Binary 10011101 10111011 10010110 10000 0 10100 11011 1101101 10101 1000010

Color Harmonies of #9DBB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB96

Black with #9DBB96

Text Example


Text Example

White with #9DBB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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