Html Css Color HEX #9FB49E Spring Rain

📋 copy color: '#9FB49E'

red 159 ◦ green 180 ◦ blue 158

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

Shades of Spring Rain #9FB49E

Tints of Spring Rain #9FB49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.79%

R = 31.99%
G = 36.22%
B = 31.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#9FB49E (or 0x9FB49E) is known color: Spring Rain. HEX triplet: 9F, B4 and 9E. RGB value is (159,180,158). Sum of RGB (Red+Green+Blue) = 159+180+158=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB49E is #604B61. Grayscale: #ABABAB. Windows color (decimal): -6310754 or 10400927. OLE color: 10400927.

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

Color convert

RGB 159 180 158 -
CMYK 0.12 0 0.12 0.29
HSL 117.27º 0.13% 0.66% -
HSV(B) 117.27º 0.12% 0.71% -
XYZ 36.79 42.48 38.61 -
YUV 171.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 159 180 158 0.12 0 0.12 0.29 117.27 0.13 0.66
Hex 9F B4 9E C 0 C 1D 75 D 42
Octal 237 264 236 14 0 14 35 165 15 102
Binary 10011111 10110100 10011110 1100 0 1100 11101 1110101 1101 1000010

Color Harmonies of #9FB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB49E

Black with #9FB49E

Text Example


Text Example

White with #9FB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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