Html Css Color HEX #97C584 Gossip

📋 copy color: '#97C584'

red 151 ◦ green 197 ◦ blue 132

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

Shades of Gossip #97C584

Tints of Gossip #97C584

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.04%

 BLUE value IS 132 (51.95% from 255) = 27.5%

R = 31.46%
G = 41.04%
B = 27.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#97C584 (or 0x97C584) is known color: Gossip. HEX triplet: 97, C5 and 84. RGB value is (151,197,132). Sum of RGB (Red+Green+Blue) = 151+197+132=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #97C584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C584 is #683A7B. Grayscale: #B0B0B0. Windows color (decimal): -6830716 or 8701335. OLE color: 8701335.

HSL color Cylindrical-coordinate representation of color #97C584: hue angle of 102.46º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97C584 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 197 132 -
CMYK 0.23 0 0.33 0.23
HSL 102.46º 0.36% 0.65% -
HSV(B) 102.46º 0.33% 0.77% -
XYZ 36.89 48.18 29.18 -
YUV 175.84 103.26 110.29 -
System Red Green Blue C M Y K H S L
Decimal 151 197 132 0.23 0 0.33 0.23 102.46 0.36 0.65
Hex 97 C5 84 17 0 21 17 66 24 41
Octal 227 305 204 27 0 41 27 146 44 101
Binary 10010111 11000101 10000100 10111 0 100001 10111 1100110 100100 1000001

Color Harmonies of #97C584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C584

Black with #97C584

Text Example


Text Example

White with #97C584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,197,132); }

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

background-color css

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

 a { background-color: rgb(151,197,132); }

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

border-color css

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

 span { border-color: rgb(151,197,132); }

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