Html Css Color HEX #97C98D Gossip

📋 copy color: '#97C98D'

red 151 ◦ green 201 ◦ blue 141

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

Shades of Gossip #97C98D

Tints of Gossip #97C98D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.77%

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 30.63%
G = 40.77%
B = 28.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#97C98D (or 0x97C98D) is known color: Gossip. HEX triplet: 97, C9 and 8D. RGB value is (151,201,141). Sum of RGB (Red+Green+Blue) = 151+201+141=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #97C98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C98D is #683672. Grayscale: #B3B3B3. Windows color (decimal): -6829683 or 9292183. OLE color: 9292183.

HSL color Cylindrical-coordinate representation of color #97C98D: hue angle of 110º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97C98D is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 201 141 -
CMYK 0.25 0 0.30 0.21
HSL 110º 0.36% 0.67% -
HSV(B) 110º 0.3% 0.79% -
XYZ 38.46 50.28 32.88 -
YUV 179.21 106.44 107.88 -
System Red Green Blue C M Y K H S L
Decimal 151 201 141 0.25 0 0.30 0.21 110 0.36 0.67
Hex 97 C9 8D 19 0 1E 15 6E 24 43
Octal 227 311 215 31 0 36 25 156 44 103
Binary 10010111 11001001 10001101 11001 0 11110 10101 1101110 100100 1000011

Color Harmonies of #97C98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C98D

Black with #97C98D

Text Example


Text Example

White with #97C98D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,201,141); }

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

background-color css

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

 a { background-color: rgb(151,201,141); }

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

border-color css

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

 span { border-color: rgb(151,201,141); }

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