Html Css Color HEX #9FBF9B Spring Rain

📋 copy color: '#9FBF9B'

red 159 ◦ green 191 ◦ blue 155

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

Shades of Spring Rain #9FBF9B

Tints of Spring Rain #9FBF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.69%

R = 31.49%
G = 37.82%
B = 30.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#9FBF9B (or 0x9FBF9B) is known color: Spring Rain. HEX triplet: 9F, BF and 9B. RGB value is (159,191,155). Sum of RGB (Red+Green+Blue) = 159+191+155=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBF9B is #604064. Grayscale: #B1B1B1. Windows color (decimal): -6307941 or 10207135. OLE color: 10207135.

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

Color convert

RGB 159 191 155 -
CMYK 0.17 0 0.19 0.25
HSL 113.33º 0.22% 0.68% -
HSV(B) 113.33º 0.19% 0.75% -
XYZ 38.85 47 38.03 -
YUV 177.33 115.4 114.93 -
System Red Green Blue C M Y K H S L
Decimal 159 191 155 0.17 0 0.19 0.25 113.33 0.22 0.68
Hex 9F BF 9B 11 0 13 19 71 16 44
Octal 237 277 233 21 0 23 31 161 26 104
Binary 10011111 10111111 10011011 10001 0 10011 11001 1110001 10110 1000100

Color Harmonies of #9FBF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBF9B

Black with #9FBF9B

Text Example


Text Example

White with #9FBF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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