#97d96e

Color #97D96E Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #97D96E

Tints of Gossip #97D96E

Color information

#97D96E (or 0x97D96E) is unknown color: approx Gossip. HEX triplet: 97, D9 and 6E. RGB value is (151,217,110). Sum of RGB (Red+Green+Blue) = 151+217+110=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #97D96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D96E is #682691. Grayscale: #B9B9B9. Windows color (decimal): -6825618 or 7264663. OLE color: 7264663.

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

Color convert

RGB151217110-
CMYK0.3000.490.15
HSL97.01º58.47%64.12%-
HSV(B)97.01º49.31%85.1%-
XYZ40.3957.3323.69-
YUV185.0785.63103.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.59%
GREEN value IS 217 (85.16% from 255) = 45.40%
BLUE value IS 110 (43.36% from 255) = 23.01%
R=31.59%
G=45.40%
B=23.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512171100.3000.490.1597.0158.4764.12
Hex97D96E1E031F613a40
Octal227331156360611714172100
Binary10010111110110011101110111100110001111111000011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97d96e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,217,110); }

 H1.HeaderClassName
 {
   color: #97d96e;
 }
 .AnyTagClassName
 {
   color: #97d96e;
 }
</style>
background-color css

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

 a { background-color: rgb(151,217,110); }

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

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

 span { border-color: rgb(151,217,110); }

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