Html Css Color HEX #9DBB9C Spring Rain

📋 copy color: '#9DBB9C'

red 157 ◦ green 187 ◦ blue 156

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

Shades of Spring Rain #9DBB9C

Tints of Spring Rain #9DBB9C

RGB

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

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

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

R = 31.4%
G = 37.4%
B = 31.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#9DBB9C (or 0x9DBB9C) is known color: Spring Rain. HEX triplet: 9D, BB and 9C. RGB value is (157,187,156). Sum of RGB (Red+Green+Blue) = 157+187+156=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBB9C is #624463. Grayscale: #AEAEAE. Windows color (decimal): -6440036 or 10271645. OLE color: 10271645.

HSL color Cylindrical-coordinate representation of color #9DBB9C: hue angle of 118.06º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBB9C is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 187 156 -
CMYK 0.16 0 0.17 0.27
HSL 118.06º 0.19% 0.67% -
HSV(B) 118.06º 0.17% 0.73% -
XYZ 37.68 45.11 38.17 -
YUV 174.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 157 187 156 0.16 0 0.17 0.27 118.06 0.19 0.67
Hex 9D BB 9C 10 0 11 1B 76 13 43
Octal 235 273 234 20 0 21 33 166 23 103
Binary 10011101 10111011 10011100 10000 0 10001 11011 1110110 10011 1000011

Color Harmonies of #9DBB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB9C

Black with #9DBB9C

Text Example


Text Example

White with #9DBB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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