Html Css Color HEX #9FBC95 Spring Rain

📋 copy color: '#9FBC95'

red 159 ◦ green 188 ◦ blue 149

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

Shades of Spring Rain #9FBC95

Tints of Spring Rain #9FBC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.04%

R = 32.06%
G = 37.9%
B = 30.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#9FBC95 (or 0x9FBC95) is known color: Spring Rain. HEX triplet: 9F, BC and 95. RGB value is (159,188,149). Sum of RGB (Red+Green+Blue) = 159+188+149=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC95 is #60436A. Grayscale: #AFAFAF. Windows color (decimal): -6308715 or 9813151. OLE color: 9813151.

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

Color convert

RGB 159 188 149 -
CMYK 0.15 0 0.21 0.26
HSL 104.62º 0.23% 0.66% -
HSV(B) 104.62º 0.21% 0.74% -
XYZ 37.71 45.51 35.23 -
YUV 174.88 113.39 116.67 -
System Red Green Blue C M Y K H S L
Decimal 159 188 149 0.15 0 0.21 0.26 104.62 0.23 0.66
Hex 9F BC 95 F 0 15 1A 69 17 42
Octal 237 274 225 17 0 25 32 151 27 102
Binary 10011111 10111100 10010101 1111 0 10101 11010 1101001 10111 1000010

Color Harmonies of #9FBC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC95

Black with #9FBC95

Text Example


Text Example

White with #9FBC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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