Html Css Color HEX #97C386 Gossip

📋 copy color: '#97C386'

red 151 ◦ green 195 ◦ blue 134

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

Shades of Gossip #97C386

Tints of Gossip #97C386

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.63%

 BLUE value IS 134 (52.73% from 255) = 27.92%

R = 31.46%
G = 40.63%
B = 27.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#97C386 (or 0x97C386) is known color: Gossip. HEX triplet: 97, C3 and 86. RGB value is (151,195,134). Sum of RGB (Red+Green+Blue) = 151+195+134=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #97C386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C386 is #683C79. Grayscale: #AFAFAF. Windows color (decimal): -6831226 or 8831895. OLE color: 8831895.

HSL color Cylindrical-coordinate representation of color #97C386: hue angle of 103.28º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97C386 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 195 134 -
CMYK 0.23 0 0.31 0.24
HSL 103.28º 0.34% 0.65% -
HSV(B) 103.28º 0.31% 0.76% -
XYZ 36.58 47.33 29.76 -
YUV 174.89 104.92 110.96 -
System Red Green Blue C M Y K H S L
Decimal 151 195 134 0.23 0 0.31 0.24 103.28 0.34 0.65
Hex 97 C3 86 17 0 1F 18 67 22 41
Octal 227 303 206 27 0 37 30 147 42 101
Binary 10010111 11000011 10000110 10111 0 11111 11000 1100111 100010 1000001

Color Harmonies of #97C386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C386

Black with #97C386

Text Example


Text Example

White with #97C386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,195,134); }

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

background-color css

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

 a { background-color: rgb(151,195,134); }

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

border-color css

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

 span { border-color: rgb(151,195,134); }

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