#97B98D

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

Shades of Spring Rain #97B98D

Tints of Spring Rain #97B98D

Color information

#97B98D (or 0x97B98D) is unknown color: approx Spring Rain. HEX triplet: 97, B9 and 8D. RGB value is (151,185,141). Sum of RGB (Red+Green+Blue) = 151+185+141=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #97B98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B98D is #684672. Grayscale: #A9A9A9. Windows color (decimal): -6833779 or 9288087. OLE color: 9288087.

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

Color convert

RGB151185141-
CMYK0.1800.240.27
HSL106.36º23.91%63.92%-
HSV(B)106.36º23.78%72.55%-
XYZ34.9243.231.7-
YUV169.82111.74114.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.66%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=31.66%
G=38.78%
B=29.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511851410.1800.240.27106.3623.9163.92
Hex97B98D120181B6a1840
Octal227271215220303315230100
Binary10010111101110011000110110010011000110111101010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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