Html Css Color HEX #9FBE91 Spring Rain

📋 copy color: '#9FBE91'

red 159 ◦ green 190 ◦ blue 145

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

Shades of Spring Rain #9FBE91

Tints of Spring Rain #9FBE91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.35%

R = 32.19%
G = 38.46%
B = 29.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#9FBE91 (or 0x9FBE91) is known color: Spring Rain. HEX triplet: 9F, BE and 91. RGB value is (159,190,145). Sum of RGB (Red+Green+Blue) = 159+190+145=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE91 is #60416E. Grayscale: #AFAFAF. Windows color (decimal): -6308207 or 9551519. OLE color: 9551519.

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

Color convert

RGB 159 190 145 -
CMYK 0.16 0 0.24 0.25
HSL 101.33º 0.26% 0.66% -
HSV(B) 101.33º 0.24% 0.75% -
XYZ 37.82 46.24 33.72 -
YUV 175.6 110.73 116.16 -
System Red Green Blue C M Y K H S L
Decimal 159 190 145 0.16 0 0.24 0.25 101.33 0.26 0.66
Hex 9F BE 91 10 0 18 19 65 1A 42
Octal 237 276 221 20 0 30 31 145 32 102
Binary 10011111 10111110 10010001 10000 0 11000 11001 1100101 11010 1000010

Color Harmonies of #9FBE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE91

Black with #9FBE91

Text Example


Text Example

White with #9FBE91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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