Html Css Color HEX #9FB5A0 Spring Rain

📋 copy color: '#9FB5A0'

red 159 ◦ green 181 ◦ blue 160

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

Shades of Spring Rain #9FB5A0

Tints of Spring Rain #9FB5A0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.2%

 BLUE value IS 160 (62.89% from 255) = 32%

R = 31.8%
G = 36.2%
B = 32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#9FB5A0 (or 0x9FB5A0) is known color: Spring Rain. HEX triplet: 9F, B5 and A0. RGB value is (159,181,160). Sum of RGB (Red+Green+Blue) = 159+181+160=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB5A0 is #604A5F. Grayscale: #ACACAC. Windows color (decimal): -6310496 or 10532255. OLE color: 10532255.

HSL color Cylindrical-coordinate representation of color #9FB5A0: hue angle of 122.73º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FB5A0 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 181 160 -
CMYK 0.12 0 0.12 0.29
HSL 122.73º 0.13% 0.67% -
HSV(B) 122.73º 0.12% 0.71% -
XYZ 37.17 42.96 39.59 -
YUV 172.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 159 181 160 0.12 0 0.12 0.29 122.73 0.13 0.67
Hex 9F B5 A0 C 0 C 1D 7B D 43
Octal 237 265 240 14 0 14 35 173 15 103
Binary 10011111 10110101 10100000 1100 0 1100 11101 1111011 1101 1000011

Color Harmonies of #9FB5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB5A0

Black with #9FB5A0

Text Example


Text Example

White with #9FB5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,181,160); }

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

background-color css

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

 a { background-color: rgb(159,181,160); }

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

border-color css

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

 span { border-color: rgb(159,181,160); }

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