Html Css Color HEX #9FBC9D Spring Rain

📋 copy color: '#9FBC9D'

red 159 ◦ green 188 ◦ blue 157

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

Shades of Spring Rain #9FBC9D

Tints of Spring Rain #9FBC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.15%

R = 31.55%
G = 37.3%
B = 31.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#9FBC9D (or 0x9FBC9D) is known color: Spring Rain. HEX triplet: 9F, BC and 9D. RGB value is (159,188,157). Sum of RGB (Red+Green+Blue) = 159+188+157=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC9D is #604362. Grayscale: #AFAFAF. Windows color (decimal): -6308707 or 10337439. OLE color: 10337439.

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

Color convert

RGB 159 188 157 -
CMYK 0.15 0 0.16 0.26
HSL 116.13º 0.19% 0.68% -
HSV(B) 116.13º 0.16% 0.74% -
XYZ 38.37 45.77 38.71 -
YUV 175.8 117.39 116.02 -
System Red Green Blue C M Y K H S L
Decimal 159 188 157 0.15 0 0.16 0.26 116.13 0.19 0.68
Hex 9F BC 9D F 0 10 1A 74 13 44
Octal 237 274 235 17 0 20 32 164 23 104
Binary 10011111 10111100 10011101 1111 0 10000 11010 1110100 10011 1000100

Color Harmonies of #9FBC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC9D

Black with #9FBC9D

Text Example


Text Example

White with #9FBC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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