Html Css Color HEX #97B98A Spring Rain

📋 copy color: '#97B98A'

red 151 ◦ green 185 ◦ blue 138

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

Shades of Spring Rain #97B98A

Tints of Spring Rain #97B98A

RGB

 RED value IS 151 (59.38% from 255) = 31.86%

 GREEN value IS 185 (72.66% from 255) = 39.03%

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 31.86%
G = 39.03%
B = 29.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#97B98A (or 0x97B98A) is known color: Spring Rain. HEX triplet: 97, B9 and 8A. RGB value is (151,185,138). Sum of RGB (Red+Green+Blue) = 151+185+138=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #97B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B98A is #684675. Grayscale: #A9A9A9. Windows color (decimal): -6833782 or 9091479. OLE color: 9091479.

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

Color convert

RGB 151 185 138 -
CMYK 0.18 0 0.25 0.27
HSL 103.4º 0.25% 0.63% -
HSV(B) 103.4º 0.25% 0.73% -
XYZ 34.7 43.11 30.54 -
YUV 169.48 110.24 114.82 -
System Red Green Blue C M Y K H S L
Decimal 151 185 138 0.18 0 0.25 0.27 103.4 0.25 0.63
Hex 97 B9 8A 12 0 19 1B 67 19 3F
Octal 227 271 212 22 0 31 33 147 31 77
Binary 10010111 10111001 10001010 10010 0 11001 11011 1100111 11001 111111

Color Harmonies of #97B98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B98A

Black with #97B98A

Text Example


Text Example

White with #97B98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97B98A;
 }
 .AnyTagClassName
 {
   color: #97B98A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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