Html Css Color HEX #9DBF9D Spring Rain

📋 copy color: '#9DBF9D'

red 157 ◦ green 191 ◦ blue 157

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

Shades of Spring Rain #9DBF9D

Tints of Spring Rain #9DBF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.09%

R = 31.09%
G = 37.82%
B = 31.09%

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

#9DBF9D (or 0x9DBF9D) is known color: Spring Rain. HEX triplet: 9D, BF and 9D. RGB value is (157,191,157). Sum of RGB (Red+Green+Blue) = 157+191+157=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF9D is #624062. Grayscale: #B1B1B1. Windows color (decimal): -6439011 or 10338205. OLE color: 10338205.

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

Color convert

RGB 157 191 157 -
CMYK 0.18 0 0.18 0.25
HSL 120º 0.21% 0.68% -
HSV(B) 120º 0.18% 0.75% -
XYZ 38.62 46.86 38.91 -
YUV 176.96 116.74 113.76 -
System Red Green Blue C M Y K H S L
Decimal 157 191 157 0.18 0 0.18 0.25 120 0.21 0.68
Hex 9D BF 9D 12 0 12 19 78 15 44
Octal 235 277 235 22 0 22 31 170 25 104
Binary 10011101 10111111 10011101 10010 0 10010 11001 1111000 10101 1000100

Color Harmonies of #9DBF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBF9D

Black with #9DBF9D

Text Example


Text Example

White with #9DBF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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