Html Css Color HEX #97C08C Spring Rain

📋 copy color: '#97C08C'

red 151 ◦ green 192 ◦ blue 140

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

Shades of Spring Rain #97C08C

Tints of Spring Rain #97C08C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.75%

 BLUE value IS 140 (55.08% from 255) = 28.99%

R = 31.26%
G = 39.75%
B = 28.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#97C08C (or 0x97C08C) is known color: Spring Rain. HEX triplet: 97, C0 and 8C. RGB value is (151,192,140). Sum of RGB (Red+Green+Blue) = 151+192+140=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #97C08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C08C is #683F73. Grayscale: #ADADAD. Windows color (decimal): -6831988 or 9224343. OLE color: 9224343.

HSL color Cylindrical-coordinate representation of color #97C08C: hue angle of 107.31º degrees, saturation: 0.29, 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 #97C08C is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 192 140 -
CMYK 0.21 0 0.27 0.25
HSL 107.31º 0.29% 0.65% -
HSV(B) 107.31º 0.27% 0.75% -
XYZ 36.35 46.17 31.81 -
YUV 173.81 108.92 111.73 -
System Red Green Blue C M Y K H S L
Decimal 151 192 140 0.21 0 0.27 0.25 107.31 0.29 0.65
Hex 97 C0 8C 15 0 1B 19 6B 1D 41
Octal 227 300 214 25 0 33 31 153 35 101
Binary 10010111 11000000 10001100 10101 0 11011 11001 1101011 11101 1000001

Color Harmonies of #97C08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C08C

Black with #97C08C

Text Example


Text Example

White with #97C08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,192,140); }

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

background-color css

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

 a { background-color: rgb(151,192,140); }

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

border-color css

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

 span { border-color: rgb(151,192,140); }

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