Html Css Color HEX #9FB69C Spring Rain

📋 copy color: '#9FB69C'

red 159 ◦ green 182 ◦ blue 156

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

Shades of Spring Rain #9FB69C

Tints of Spring Rain #9FB69C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.62%

 BLUE value IS 156 (61.33% from 255) = 31.39%

R = 31.99%
G = 36.62%
B = 31.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#9FB69C (or 0x9FB69C) is known color: Spring Rain. HEX triplet: 9F, B6 and 9C. RGB value is (159,182,156). Sum of RGB (Red+Green+Blue) = 159+182+156=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB69C is #604963. Grayscale: #ACACAC. Windows color (decimal): -6310244 or 10270367. OLE color: 10270367.

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

Color convert

RGB 159 182 156 -
CMYK 0.13 0 0.14 0.29
HSL 113.08º 0.15% 0.66% -
HSV(B) 113.08º 0.14% 0.71% -
XYZ 37.03 43.23 37.84 -
YUV 172.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 159 182 156 0.13 0 0.14 0.29 113.08 0.15 0.66
Hex 9F B6 9C D 0 E 1D 71 F 42
Octal 237 266 234 15 0 16 35 161 17 102
Binary 10011111 10110110 10011100 1101 0 1110 11101 1110001 1111 1000010

Color Harmonies of #9FB69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB69C

Black with #9FB69C

Text Example


Text Example

White with #9FB69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,182,156); }

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

background-color css

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

 a { background-color: rgb(159,182,156); }

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

border-color css

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

 span { border-color: rgb(159,182,156); }

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