Html Css Color HEX #9FB19E Spring Rain

📋 copy color: '#9FB19E'

red 159 ◦ green 177 ◦ blue 158

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

Shades of Spring Rain #9FB19E

Tints of Spring Rain #9FB19E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.83%

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

R = 32.19%
G = 35.83%
B = 31.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#9FB19E (or 0x9FB19E) is known color: Spring Rain. HEX triplet: 9F, B1 and 9E. RGB value is (159,177,158). Sum of RGB (Red+Green+Blue) = 159+177+158=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB19E is #604E61. Grayscale: #A9A9A9. Windows color (decimal): -6311522 or 10400159. OLE color: 10400159.

HSL color Cylindrical-coordinate representation of color #9FB19E: hue angle of 116.84º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9FB19E is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 177 158 -
CMYK 0.10 0 0.11 0.31
HSL 116.84º 0.11% 0.66% -
HSV(B) 116.84º 0.11% 0.69% -
XYZ 36.19 41.28 38.41 -
YUV 169.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 159 177 158 0.10 0 0.11 0.31 116.84 0.11 0.66
Hex 9F B1 9E A 0 B 1F 75 B 42
Octal 237 261 236 12 0 13 37 165 13 102
Binary 10011111 10110001 10011110 1010 0 1011 11111 1110101 1011 1000010

Color Harmonies of #9FB19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB19E

Black with #9FB19E

Text Example


Text Example

White with #9FB19E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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