#A7D097

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

Shades of Gossip #A7D097

Tints of Gossip #A7D097

Color information

#A7D097 (or 0xA7D097) is unknown color: approx Gossip. HEX triplet: A7, D0 and 97. RGB value is (167,208,151). Sum of RGB (Red+Green+Blue) = 167+208+151=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D097 is #582F68. Grayscale: #BDBDBD. Windows color (decimal): -5779305 or 9949351. OLE color: 9949351.

HSL color Cylindrical-coordinate representation of color #A7D097: hue angle of 103.16º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7D097 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB167208151-
CMYK0.2000.270.18
HSL103.16º37.75%70.39%-
HSV(B)103.16º27.4%81.57%-
XYZ44.0855.5637.68-
YUV189.24106.42112.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 208 (81.64% from 255) = 39.54%
BLUE value IS 151 (59.38% from 255) = 28.71%
R=31.75%
G=39.54%
B=28.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672081510.2000.270.18103.1637.7570.39
HexA7D0971401B12672646
Octal247320227240332214746106
Binary101001111101000010010111101000110111001011001111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D097; }

 p { color: rgb(167,208,151); }

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

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

 a { background-color: rgb(167,208,151); }

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

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

 span { border-color: rgb(167,208,151); }

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