#97B98F

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

Shades of Spring Rain #97B98F

Tints of Spring Rain #97B98F

Color information

#97B98F (or 0x97B98F) is unknown color: approx Spring Rain. HEX triplet: 97, B9 and 8F. RGB value is (151,185,143). Sum of RGB (Red+Green+Blue) = 151+185+143=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #97B98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B98F is #684670. Grayscale: #AAAAAA. Windows color (decimal): -6833777 or 9419159. OLE color: 9419159.

HSL color Cylindrical-coordinate representation of color #97B98F: hue angle of 108.57º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97B98F is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB151185143-
CMYK0.1800.230.27
HSL108.57º23.08%64.31%-
HSV(B)108.57º22.7%72.55%-
XYZ35.0743.2632.49-
YUV170.05112.74114.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.52%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=31.52%
G=38.62%
B=29.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511851430.1800.230.27108.5723.0864.31
Hex97B98F120171B6d1740
Octal227271217220273315527100
Binary10010111101110011000111110010010111110111101101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,185,143); }

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

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

 a { background-color: rgb(151,185,143); }

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

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

 span { border-color: rgb(151,185,143); }

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