Html Css Color HEX #97BA8E Spring Rain

📋 copy color: '#97BA8E'

red 151 ◦ green 186 ◦ blue 142

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

Shades of Spring Rain #97BA8E

Tints of Spring Rain #97BA8E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.83%

 BLUE value IS 142 (55.86% from 255) = 29.65%

R = 31.52%
G = 38.83%
B = 29.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#97BA8E (or 0x97BA8E) is known color: Spring Rain. HEX triplet: 97, BA and 8E. RGB value is (151,186,142). Sum of RGB (Red+Green+Blue) = 151+186+142=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BA8E is #684571. Grayscale: #AAAAAA. Windows color (decimal): -6833522 or 9353879. OLE color: 9353879.

HSL color Cylindrical-coordinate representation of color #97BA8E: hue angle of 107.73º 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 #97BA8E is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 186 142 -
CMYK 0.19 0 0.24 0.27
HSL 107.73º 0.24% 0.64% -
HSV(B) 107.73º 0.24% 0.73% -
XYZ 35.2 43.65 32.16 -
YUV 170.52 111.9 114.08 -
System Red Green Blue C M Y K H S L
Decimal 151 186 142 0.19 0 0.24 0.27 107.73 0.24 0.64
Hex 97 BA 8E 13 0 18 1B 6C 18 40
Octal 227 272 216 23 0 30 33 154 30 100
Binary 10010111 10111010 10001110 10011 0 11000 11011 1101100 11000 1000000

Color Harmonies of #97BA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BA8E

Black with #97BA8E

Text Example


Text Example

White with #97BA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,186,142); }

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

background-color css

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

 a { background-color: rgb(151,186,142); }

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

border-color css

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

 span { border-color: rgb(151,186,142); }

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