Html Css Color HEX #9FB49D Spring Rain

📋 copy color: '#9FB49D'

red 159 ◦ green 180 ◦ blue 157

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

Shades of Spring Rain #9FB49D

Tints of Spring Rain #9FB49D

RGB

 RED value IS 159 (62.5% from 255) = 32.06%

 GREEN value IS 180 (70.7% from 255) = 36.29%

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

R = 32.06%
G = 36.29%
B = 31.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#9FB49D (or 0x9FB49D) is known color: Spring Rain. HEX triplet: 9F, B4 and 9D. RGB value is (159,180,157). Sum of RGB (Red+Green+Blue) = 159+180+157=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB49D is #604B62. Grayscale: #ABABAB. Windows color (decimal): -6310755 or 10335391. OLE color: 10335391.

HSL color Cylindrical-coordinate representation of color #9FB49D: hue angle of 114.78º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FB49D is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 180 157 -
CMYK 0.12 0 0.13 0.29
HSL 114.78º 0.13% 0.66% -
HSV(B) 114.78º 0.13% 0.71% -
XYZ 36.71 42.45 38.16 -
YUV 171.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 159 180 157 0.12 0 0.13 0.29 114.78 0.13 0.66
Hex 9F B4 9D C 0 D 1D 73 D 42
Octal 237 264 235 14 0 15 35 163 15 102
Binary 10011111 10110100 10011101 1100 0 1101 11101 1110011 1101 1000010

Color Harmonies of #9FB49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB49D

Black with #9FB49D

Text Example


Text Example

White with #9FB49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,180,157); }

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

background-color css

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

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

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

border-color css

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

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

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