#A3CD8E

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

Shades of Gossip #A3CD8E

Tints of Gossip #A3CD8E

Color information

#A3CD8E (or 0xA3CD8E) is unknown color: approx Gossip. HEX triplet: A3, CD and 8E. RGB value is (163,205,142). Sum of RGB (Red+Green+Blue) = 163+205+142=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CD8E is #5C3271. Grayscale: #B9B9B9. Windows color (decimal): -6042226 or 9358755. OLE color: 9358755.

HSL color Cylindrical-coordinate representation of color #A3CD8E: hue angle of 100º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3CD8E is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB163205142-
CMYK0.2000.310.20
HSL100º38.65%68.04%-
HSV(B)100º30.73%80.39%-
XYZ41.8253.433.69-
YUV185.26103.59112.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.96%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=31.96%
G=40.20%
B=27.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632051420.2000.310.2010038.6568.04
HexA3CD8E1401F14642744
Octal243315216240372414447104
Binary101000111100110110001110101000111111010011001001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CD8E; }

 p { color: rgb(163,205,142); }

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

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

 a { background-color: rgb(163,205,142); }

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

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

 span { border-color: rgb(163,205,142); }

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