Html Css Color HEX #9DBF9C Spring Rain

📋 copy color: '#9DBF9C'

red 157 ◦ green 191 ◦ blue 156

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

Shades of Spring Rain #9DBF9C

Tints of Spring Rain #9DBF9C

RGB

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

 GREEN value IS 191 (75% from 255) = 37.9%

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

R = 31.15%
G = 37.9%
B = 30.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#9DBF9C (or 0x9DBF9C) is known color: Spring Rain. HEX triplet: 9D, BF and 9C. RGB value is (157,191,156). Sum of RGB (Red+Green+Blue) = 157+191+156=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF9C is #624063. Grayscale: #B0B0B0. Windows color (decimal): -6439012 or 10272669. OLE color: 10272669.

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

Color convert

RGB 157 191 156 -
CMYK 0.18 0 0.18 0.25
HSL 118.29º 0.21% 0.68% -
HSV(B) 118.29º 0.18% 0.75% -
XYZ 38.54 46.83 38.46 -
YUV 176.84 116.24 113.85 -
System Red Green Blue C M Y K H S L
Decimal 157 191 156 0.18 0 0.18 0.25 118.29 0.21 0.68
Hex 9D BF 9C 12 0 12 19 76 15 44
Octal 235 277 234 22 0 22 31 166 25 104
Binary 10011101 10111111 10011100 10010 0 10010 11001 1110110 10101 1000100

Color Harmonies of #9DBF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBF9C

Black with #9DBF9C

Text Example


Text Example

White with #9DBF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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