#A8D198

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

Shades of Gossip #A8D198

Tints of Gossip #A8D198

Color information

#A8D198 (or 0xA8D198) is unknown color: approx Gossip. HEX triplet: A8, D1 and 98. RGB value is (168,209,152). Sum of RGB (Red+Green+Blue) = 168+209+152=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D198 is #572E67. Grayscale: #BEBEBE. Windows color (decimal): -5713512 or 10015144. OLE color: 10015144.

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

Color convert

RGB168209152-
CMYK0.2000.270.18
HSL103.16º38.26%70.78%-
HSV(B)103.16º27.27%81.96%-
XYZ44.6256.1938.2-
YUV190.24106.42112.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 209 (82.03% from 255) = 39.51%
BLUE value IS 152 (59.77% from 255) = 28.73%
R=31.76%
G=39.51%
B=28.73%

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
Decimal1682091520.2000.270.18103.1638.2670.78
HexA8D1981401B12672647
Octal250321230240332214746107
Binary101010001101000110011000101000110111001011001111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D198; }

 p { color: rgb(168,209,152); }

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

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

 a { background-color: rgb(168,209,152); }

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

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

 span { border-color: rgb(168,209,152); }

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