Html Css Color HEX #9FB49A Spring Rain

📋 copy color: '#9FB49A'

red 159 ◦ green 180 ◦ blue 154

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

Shades of Spring Rain #9FB49A

Tints of Spring Rain #9FB49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.24%

R = 32.25%
G = 36.51%
B = 31.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#9FB49A (or 0x9FB49A) is known color: Spring Rain. HEX triplet: 9F, B4 and 9A. RGB value is (159,180,154). Sum of RGB (Red+Green+Blue) = 159+180+154=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB49A is #604B65. Grayscale: #AAAAAA. Windows color (decimal): -6310758 or 10138783. OLE color: 10138783.

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

Color convert

RGB 159 180 154 -
CMYK 0.12 0 0.14 0.29
HSL 108.46º 0.15% 0.65% -
HSV(B) 108.46º 0.14% 0.71% -
XYZ 36.45 42.35 36.82 -
YUV 170.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 159 180 154 0.12 0 0.14 0.29 108.46 0.15 0.65
Hex 9F B4 9A C 0 E 1D 6C F 41
Octal 237 264 232 14 0 16 35 154 17 101
Binary 10011111 10110100 10011010 1100 0 1110 11101 1101100 1111 1000001

Color Harmonies of #9FB49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB49A

Black with #9FB49A

Text Example


Text Example

White with #9FB49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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