Html Css Color HEX #9FBA9C Spring Rain

📋 copy color: '#9FBA9C'

red 159 ◦ green 186 ◦ blue 156

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

Shades of Spring Rain #9FBA9C

Tints of Spring Rain #9FBA9C

RGB

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

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

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

R = 31.74%
G = 37.13%
B = 31.14%

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

#9FBA9C (or 0x9FBA9C) is known color: Spring Rain. HEX triplet: 9F, BA and 9C. RGB value is (159,186,156). Sum of RGB (Red+Green+Blue) = 159+186+156=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBA9C is #604563. Grayscale: #AEAEAE. Windows color (decimal): -6309220 or 10271391. OLE color: 10271391.

HSL color Cylindrical-coordinate representation of color #9FBA9C: hue angle of 114º degrees, saturation: 0.18, 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 #9FBA9C is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 186 156 -
CMYK 0.15 0 0.16 0.27
HSL 114º 0.18% 0.67% -
HSV(B) 114º 0.16% 0.73% -
XYZ 37.86 44.89 38.12 -
YUV 174.51 117.55 116.94 -
System Red Green Blue C M Y K H S L
Decimal 159 186 156 0.15 0 0.16 0.27 114 0.18 0.67
Hex 9F BA 9C F 0 10 1B 72 12 43
Octal 237 272 234 17 0 20 33 162 22 103
Binary 10011111 10111010 10011100 1111 0 10000 11011 1110010 10010 1000011

Color Harmonies of #9FBA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA9C

Black with #9FBA9C

Text Example


Text Example

White with #9FBA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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