#A7D296

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

Shades of Gossip #A7D296

Tints of Gossip #A7D296

Color information

#A7D296 (or 0xA7D296) is unknown color: approx Gossip. HEX triplet: A7, D2 and 96. RGB value is (167,210,150). Sum of RGB (Red+Green+Blue) = 167+210+150=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D296 is #582D69. Grayscale: #BEBEBE. Windows color (decimal): -5778794 or 9884327. OLE color: 9884327.

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

Color convert

RGB167210150-
CMYK0.2000.290.18
HSL103º40%70.59%-
HSV(B)103º28.57%82.35%-
XYZ44.4956.5137.42-
YUV190.3105.25111.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.69%
GREEN value IS 210 (82.42% from 255) = 39.85%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=31.69%
G=39.85%
B=28.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672101500.2000.290.181034070.59
HexA7D2961401D12672847
Octal247322226240352214750107
Binary101001111101001010010110101000111011001011001111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D296; }

 p { color: rgb(167,210,150); }

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

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

 a { background-color: rgb(167,210,150); }

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

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

 span { border-color: rgb(167,210,150); }

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