Html Css Color HEX #9FBB91 Spring Rain

📋 copy color: '#9FBB91'

red 159 ◦ green 187 ◦ blue 145

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

Shades of Spring Rain #9FBB91

Tints of Spring Rain #9FBB91

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.09%

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

R = 32.38%
G = 38.09%
B = 29.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#9FBB91 (or 0x9FBB91) is known color: Spring Rain. HEX triplet: 9F, BB and 91. RGB value is (159,187,145). Sum of RGB (Red+Green+Blue) = 159+187+145=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBB91 is #60446E. Grayscale: #ADADAD. Windows color (decimal): -6308975 or 9550751. OLE color: 9550751.

HSL color Cylindrical-coordinate representation of color #9FBB91: hue angle of 100º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FBB91 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 187 145 -
CMYK 0.15 0 0.22 0.27
HSL 100º 0.24% 0.65% -
HSV(B) 100º 0.22% 0.73% -
XYZ 37.18 44.96 33.51 -
YUV 173.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 159 187 145 0.15 0 0.22 0.27 100 0.24 0.65
Hex 9F BB 91 F 0 16 1B 64 18 41
Octal 237 273 221 17 0 26 33 144 30 101
Binary 10011111 10111011 10010001 1111 0 10110 11011 1100100 11000 1000001

Color Harmonies of #9FBB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBB91

Black with #9FBB91

Text Example


Text Example

White with #9FBB91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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