Html Css Color HEX #9FBFA1 Spring Rain

📋 copy color: '#9FBFA1'

red 159 ◦ green 191 ◦ blue 161

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

Shades of Spring Rain #9FBFA1

Tints of Spring Rain #9FBFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.51%

R = 31.12%
G = 37.38%
B = 31.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#9FBFA1 (or 0x9FBFA1) is known color: Spring Rain. HEX triplet: 9F, BF and A1. RGB value is (159,191,161). Sum of RGB (Red+Green+Blue) = 159+191+161=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBFA1 is #60405E. Grayscale: #B2B2B2. Windows color (decimal): -6307935 or 10600351. OLE color: 10600351.

HSL color Cylindrical-coordinate representation of color #9FBFA1: hue angle of 123.75º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FBFA1 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 191 161 -
CMYK 0.17 0 0.16 0.25
HSL 123.75º 0.2% 0.69% -
HSV(B) 123.75º 0.17% 0.75% -
XYZ 39.36 47.21 40.76 -
YUV 178.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 159 191 161 0.17 0 0.16 0.25 123.75 0.2 0.69
Hex 9F BF A1 11 0 10 19 7C 14 45
Octal 237 277 241 21 0 20 31 174 24 105
Binary 10011111 10111111 10100001 10001 0 10000 11001 1111100 10100 1000101

Color Harmonies of #9FBFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBFA1

Black with #9FBFA1

Text Example


Text Example

White with #9FBFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,191,161); }

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

background-color css

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

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

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

border-color css

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

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

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