Html Css Color HEX #9FBE9B Spring Rain

📋 copy color: '#9FBE9B'

red 159 ◦ green 190 ◦ blue 155

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

Shades of Spring Rain #9FBE9B

Tints of Spring Rain #9FBE9B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.7%

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

R = 31.55%
G = 37.7%
B = 30.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#9FBE9B (or 0x9FBE9B) is known color: Spring Rain. HEX triplet: 9F, BE and 9B. RGB value is (159,190,155). Sum of RGB (Red+Green+Blue) = 159+190+155=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE9B is #604164. Grayscale: #B0B0B0. Windows color (decimal): -6308197 or 10206879. OLE color: 10206879.

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

Color convert

RGB 159 190 155 -
CMYK 0.16 0 0.18 0.25
HSL 113.14º 0.21% 0.68% -
HSV(B) 113.14º 0.18% 0.75% -
XYZ 38.63 46.56 37.96 -
YUV 176.74 115.73 115.35 -
System Red Green Blue C M Y K H S L
Decimal 159 190 155 0.16 0 0.18 0.25 113.14 0.21 0.68
Hex 9F BE 9B 10 0 12 19 71 15 44
Octal 237 276 233 20 0 22 31 161 25 104
Binary 10011111 10111110 10011011 10000 0 10010 11001 1110001 10101 1000100

Color Harmonies of #9FBE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE9B

Black with #9FBE9B

Text Example


Text Example

White with #9FBE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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