Html Css Color HEX #97D86D Gossip

📋 copy color: '#97D86D'

red 151 ◦ green 216 ◦ blue 109

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

Shades of Gossip #97D86D

Tints of Gossip #97D86D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.38%

 BLUE value IS 109 (42.97% from 255) = 22.9%

R = 31.72%
G = 45.38%
B = 22.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#97D86D (or 0x97D86D) is known color: Gossip. HEX triplet: 97, D8 and 6D. RGB value is (151,216,109). Sum of RGB (Red+Green+Blue) = 151+216+109=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #97D86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D86D is #682792. Grayscale: #B8B8B8. Windows color (decimal): -6825875 or 7198871. OLE color: 7198871.

HSL color Cylindrical-coordinate representation of color #97D86D: hue angle of 96.45º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97D86D is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 216 109 -
CMYK 0.30 0 0.50 0.15
HSL 96.45º 0.58% 0.64% -
HSV(B) 96.45º 0.5% 0.85% -
XYZ 40.08 56.8 23.32 -
YUV 184.37 85.47 104.2 -
System Red Green Blue C M Y K H S L
Decimal 151 216 109 0.30 0 0.50 0.15 96.45 0.58 0.64
Hex 97 D8 6D 1E 0 32 F 60 3A 40
Octal 227 330 155 36 0 62 17 140 72 100
Binary 10010111 11011000 1101101 11110 0 110010 1111 1100000 111010 1000000

Color Harmonies of #97D86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D86D

Black with #97D86D

Text Example


Text Example

White with #97D86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,216,109); }

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

background-color css

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

 a { background-color: rgb(151,216,109); }

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

border-color css

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

 span { border-color: rgb(151,216,109); }

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