#9FBE97

Color #9FBE97 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #9FBE97

Tints of Spring Rain #9FBE97

Color information

#9FBE97 (or 0x9FBE97) is unknown color: approx Spring Rain. HEX triplet: 9F, BE and 97. RGB value is (159,190,151). Sum of RGB (Red+Green+Blue) = 159+190+151=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE97 is #604168. Grayscale: #B0B0B0. Windows color (decimal): -6308201 or 9944735. OLE color: 9944735.

HSL color Cylindrical-coordinate representation of color #9FBE97: hue angle of 107.69º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FBE97 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB159190151-
CMYK0.1600.210.25
HSL107.69º23.08%66.86%-
HSV(B)107.69º20.53%74.51%-
XYZ38.346.4336.22-
YUV176.28113.73115.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=31.8%
G=38%
B=30.2%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901510.1600.210.25107.6923.0866.86
Hex9FBE9710015196c1743
Octal237276227200253115427103
Binary10011111101111101001011110000010101110011101100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,190,151); }

 H1.HeaderClassName
 {
   color: #9FBE97;
 }
 .AnyTagClassName
 {
   color: #9FBE97;
 }
</style>
background-color css

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

 a { background-color: rgb(159,190,151); }

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

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

 span { border-color: rgb(159,190,151); }

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