Html Css Color HEX #9FBC91 Spring Rain

📋 copy color: '#9FBC91'

red 159 ◦ green 188 ◦ blue 145

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

Shades of Spring Rain #9FBC91

Tints of Spring Rain #9FBC91

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.21%

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

R = 32.32%
G = 38.21%
B = 29.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#9FBC91 (or 0x9FBC91) is known color: Spring Rain. HEX triplet: 9F, BC and 91. RGB value is (159,188,145). Sum of RGB (Red+Green+Blue) = 159+188+145=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC91 is #60436E. Grayscale: #AEAEAE. Windows color (decimal): -6308719 or 9551007. OLE color: 9551007.

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

Color convert

RGB 159 188 145 -
CMYK 0.15 0 0.23 0.26
HSL 100.47º 0.24% 0.65% -
HSV(B) 100.47º 0.23% 0.74% -
XYZ 37.39 45.38 33.58 -
YUV 174.43 111.39 117 -
System Red Green Blue C M Y K H S L
Decimal 159 188 145 0.15 0 0.23 0.26 100.47 0.24 0.65
Hex 9F BC 91 F 0 17 1A 64 18 41
Octal 237 274 221 17 0 27 32 144 30 101
Binary 10011111 10111100 10010001 1111 0 10111 11010 1100100 11000 1000001

Color Harmonies of #9FBC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC91

Black with #9FBC91

Text Example


Text Example

White with #9FBC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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