Html Css Color HEX #9FBCA0 Spring Rain

📋 copy color: '#9FBCA0'

red 159 ◦ green 188 ◦ blue 160

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

Shades of Spring Rain #9FBCA0

Tints of Spring Rain #9FBCA0

RGB

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

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

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

R = 31.36%
G = 37.08%
B = 31.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#9FBCA0 (or 0x9FBCA0) is known color: Spring Rain. HEX triplet: 9F, BC and A0. RGB value is (159,188,160). Sum of RGB (Red+Green+Blue) = 159+188+160=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBCA0 is #60435F. Grayscale: #B0B0B0. Windows color (decimal): -6308704 or 10534047. OLE color: 10534047.

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

Color convert

RGB 159 188 160 -
CMYK 0.15 0 0.15 0.26
HSL 122.07º 0.18% 0.68% -
HSV(B) 122.07º 0.15% 0.74% -
XYZ 38.63 45.88 40.08 -
YUV 176.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 159 188 160 0.15 0 0.15 0.26 122.07 0.18 0.68
Hex 9F BC A0 F 0 F 1A 7A 12 44
Octal 237 274 240 17 0 17 32 172 22 104
Binary 10011111 10111100 10100000 1111 0 1111 11010 1111010 10010 1000100

Color Harmonies of #9FBCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCA0

Black with #9FBCA0

Text Example


Text Example

White with #9FBCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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