Html Css Color HEX #9FBA9D Spring Rain

📋 copy color: '#9FBA9D'

red 159 ◦ green 186 ◦ blue 157

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

Shades of Spring Rain #9FBA9D

Tints of Spring Rain #9FBA9D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.05%

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

R = 31.67%
G = 37.05%
B = 31.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#9FBA9D (or 0x9FBA9D) is known color: Spring Rain. HEX triplet: 9F, BA and 9D. RGB value is (159,186,157). Sum of RGB (Red+Green+Blue) = 159+186+157=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBA9D is #604562. Grayscale: #AEAEAE. Windows color (decimal): -6309219 or 10336927. OLE color: 10336927.

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

Color convert

RGB 159 186 157 -
CMYK 0.15 0 0.16 0.27
HSL 115.86º 0.17% 0.67% -
HSV(B) 115.86º 0.16% 0.73% -
XYZ 37.94 44.92 38.57 -
YUV 174.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 159 186 157 0.15 0 0.16 0.27 115.86 0.17 0.67
Hex 9F BA 9D F 0 10 1B 74 11 43
Octal 237 272 235 17 0 20 33 164 21 103
Binary 10011111 10111010 10011101 1111 0 10000 11011 1110100 10001 1000011

Color Harmonies of #9FBA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA9D

Black with #9FBA9D

Text Example


Text Example

White with #9FBA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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