#97BE8B

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

Shades of Spring Rain #97BE8B

Tints of Spring Rain #97BE8B

Color information

#97BE8B (or 0x97BE8B) is unknown color: approx Spring Rain. HEX triplet: 97, BE and 8B. RGB value is (151,190,139). Sum of RGB (Red+Green+Blue) = 151+190+139=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #97BE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BE8B is #684174. Grayscale: #ACACAC. Windows color (decimal): -6832501 or 9158295. OLE color: 9158295.

HSL color Cylindrical-coordinate representation of color #97BE8B: hue angle of 105.88º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97BE8B is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB151190139-
CMYK0.2100.270.25
HSL105.88º28.18%64.51%-
HSV(B)105.88º26.84%74.51%-
XYZ35.8445.2731.28-
YUV172.52109.08112.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.46%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=31.46%
G=39.58%
B=28.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511901390.2100.270.25105.8828.1864.51
Hex97BE8B1501B196a1c41
Octal227276213250333115234101
Binary10010111101111101000101110101011011110011101010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97BE8B; }

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

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

<style>
 a { background-color: #97BE8B; }

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

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

<style>
 span { border-color: #97BE8B; }

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

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